reklama - zainteresowany?

Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale - Helion

Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale
ebook
Autor: Duncan C. E. Winn
ISBN: 978-14-919-3253-7
stron: 324, Format: ebook
Data wydania: 2017-05-24
Księgarnia: Helion

Cena książki: 152,15 zł (poprzednio: 176,92 zł)
Oszczędzasz: 14% (-24,77 zł)

Dodaj do koszyka Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale

How can Cloud Foundry help you develop and deploy business-critical applications and tasks with velocity? This practical guide demonstrates how this open source, cloud-native application platform not only significantly reduces the develop-to-deploy cycle time, but also raises the value line for application operators by changing the way applications and supporting services are deployed and run. Learn how Cloud Foundry can help you improve your product velocity by handling many of essential tasks required to run applications in production.

Author Duncan Winn shows DevOps and operations teams how to configure and run Cloud Foundry at scale. You’ll examine Cloud Foundry’s technical concepts—including how various platform components interrelate—and learn how to choose your underlying infrastructure, define the networking architecture, and establish resiliency requirements.

This book covers:

  • Cloud-native concepts that make the app build, test, deploy, and scale faster
  • How to deploy Cloud Foundry and the BOSH release engineering toolchain
  • Concepts and components of Cloud Foundry’s runtime architecture
  • Cloud Foundry’s routing mechanisms and capabilities
  • The platform’s approach to container tooling and orchestration
  • BOSH concepts, deployments, components, and commands
  • Basic tools and techniques for debugging the platform
  • Recent and soon-to-emerge features of Cloud Foundry

Dodaj do koszyka Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale

 

Osoby które kupowały "Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale

Spis treści

Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale eBook -- spis treści

  • Foreword
  • Preface
    • Who Should Read This Book
    • Why I Wrote This Book
    • A Word on Cloud-Native Platforms
    • Online Resources
    • Conventions Used in This Book
    • OReilly Safari
    • How to Contact Us
    • Acknowledgments
  • 1. The Cloud-Native Platform
    • Why You Need a Cloud-Native Platform
    • Cloud-Native Platform Concepts
    • The Structured Platform
    • The Opinionated Platform
    • The Open Platform
    • Summary
  • 2. Concepts
    • Undifferentiated Heavy Lifting
    • The Cloud Operating System
    • Do More
    • The Application as the Unit of Deployment
    • Using cf push Command to Deploy
    • Staging
    • Self-Service Application Life Cycle
    • The Twelve-Factor Contract
    • Release Engineering through BOSH
    • Built-In Resilience and Fault Tolerance
      • Self-Healing Processes
      • Self-Healing VMs
      • Self-Healing Application Instance Count
      • Resiliency Through Availability Zones
    • Aggregated Streaming of Logs and Metrics
    • Security
      • Distributed System Security
      • Environmental Risk Factors for Advanced Persistent Threats
      • Challenge of Minimal Change
      • The Three Rs of Enterprise Security
    • UAA Management
    • Organizations and Spaces
      • Orgs
      • Spaces
      • Resource Allocation
    • Domains Hosts and Routes
      • Route
      • Domains
      • Context PathBased Routing
    • Rolling Upgrades and Blue/Green Deployments
    • Summary
  • 3. Components
    • Component Overview
    • Routing via the Load Balancer and GoRouter
    • User Management and the UAA
    • The Cloud Controller
      • System State
        • The Cloud Controller blobstore
        • The CCDB
      • The Application Life-Cycle Policy
    • Application Execution
      • Diego
      • Garden and runC
    • Metrics and Logging
      • Metron Agent
      • Loggregator
    • Messaging
    • Additional Components
      • Stacks
      • A Marketplace of On-Demand Services
        • Service brokers
        • User-provided services
      • Buildpacks and Docker Images
      • Infrastructure and the Cloud Provider Interface
    • The Cloud Foundry GitHub Repository
    • Summary
  • 4. Preparing Your Cloud Foundry Environment
    • Installation Steps
    • Non-technical Considerations
      • Team Structure: Platform Operations for the Enterprise
      • Deployment Topology
    • Cloud Foundry Dependencies and Integrations
    • IaaS and Infrastructure Design
      • Designing for Resilience
      • Sizing and Scoping the Infrastructure
        • Cell sizing
        • Instance group replication
      • Setting Up an AWS VPC
      • Jumpbox
    • Networking Design and Routing
      • Using Static IPs
      • Subnets
      • Security Groups
      • Setting Up the Load Balancer
      • Setting Up Domains and Certificates
    • Summary
  • 5. Installing and Configuring Cloud Foundry
    • Installation Steps
    • Installing Cloud Foundry
    • Changing Stacks
    • Growing the Platform
    • Validating Platform Integrity in Production
      • Start with a Sandbox
      • Production Verification Testing
    • Logical Environment Structure
    • Pushing Your First App
    • Summary
  • 6. Diego
    • Why Diego?
    • A Brief Overview of How Diego Works
    • Essential Diego Concepts
      • Action Abstraction
      • Composable Actions
    • Layered Architecture
    • Interacting with Diego
      • CAPI
      • Staging Workflow
      • The CC-Bridge
        • Stager
        • CC-Uploader
        • Nsync and TPS
      • Logging and Traffic Routing
    • Diego Components
      • The BBS
        • The Diego API
        • The Converger process
      • Diego Cell Components
        • Rep
        • Executor
        • Garden
      • The Diego Brain
      • The Access VM
        • File server
        • The SSH proxy
    • The Diego State Machine and Workload Life Cycles
      • The Application Life Cycle
      • Task Life Cycle
    • Additional Components and Concepts
      • The Route-Emitter
      • Consul
      • Application Life-Cycle Binaries
    • Putting It All Together
    • Summary
  • 7. Routing Considerations
    • Routing Primitives
      • Routes
        • One app, one route, multiple app instances
        • One app, multiple routes
        • Several apps, one route
      • Hostnames
      • Domains
        • Multiple app domains
      • Context Path Routing
    • Routing Components Overview
    • Routing Flow
    • Route-Mapping Flow
    • Load Balancer Considerations
      • Setting Request Header Fields
        • X-Forwarded-For
        • X-Forwarded-Proto
      • WebSocket Upgrades
      • The PROXY Protocol
      • TLS Termination and IPSec
    • GoRouter Considerations
      • Routing Table
      • Router and Route High Availability
      • Router Instrumentation and Logging
    • Sticky Sessions
    • The TCPRouter
      • TCP Routing Management Plane
      • TCPRouter Configuration Steps
    • Route Services
      • Route Service Workflow
      • Route Service Use Cases
    • Summary
  • 8. Containers, Containers, Containers
    • What Is a Container?
    • Container Fervor
    • Linux Containers
      • Namespaces
        • Security through namespaces
      • CGroups
      • Disk Quotas
      • Filesystems
    • Container Implementation in Cloud Foundry
      • Why Garden?
      • OCI and runC
      • Container Scale
    • Container Technologies (and the Orchestration Challenge)
    • Summary
  • 9. Buildpacks and Docker
    • Why Buildpacks?
    • Why Docker?
    • Buildpacks Explained
    • Staging
      • Detect
      • Compile
      • Release
    • Buildpack Structure
    • Modifying Buildpacks
      • Overriding Buildpacks
      • Using Custom or Community Buildpacks
      • Forking Buildpacks
      • Restaging
    • Packaging and Dependencies
    • Buildpack and Dependency Pipelines
    • Summary
  • 10. BOSH Concepts
    • Release Engineering
    • Why BOSH?
    • The Cloud Provider Interface
    • Infrastructure as Code
    • Creating a BOSH Environment
      • Single-Node versus Distributed BOSH
      • BOSH Lite
    • BOSH Top-Level Primitives
      • Stemcells
      • Releases
      • Deployments
    • BOSH 2.0
      • Cloud Configuration
        • Networks
        • VM types
        • Configuring the disk type
        • Compilation VMs
        • AZs
      • BOSH Links
      • Orphaned Disks
      • Addons
    • Summary
  • 11. BOSH Releases
    • Release Overview
    • Cloud Foundry BOSH Release
    • BOSH Director BOSH Release
    • Anatomy of a BOSH Release
      • Jobs
        • Control scripts
        • Monit
        • Specification Templates
      • Packages
      • Src, Blobs, and Blobstores
    • Packaging a Release
    • Compilation VMs
    • Summary
  • 12. BOSH Deployments
    • YAML Files
      • Understanding YAML Syntax
      • Deployment Manifests
      • Director UUID and Deployment Name
      • Release Names
      • Stemcell
      • Instance Groups
      • Properties
      • Update
    • Credentials
    • Summary
  • 13. BOSH Components and Commands
    • The BOSH Director
      • Director Blobstore
      • Director Task, Queue, and Workers
      • Director Database
      • Director Registry
    • BOSH Agent
    • Errand
    • The Command Line Interface
    • The Cloud Provider Interface
    • Health Monitor
    • Resurrector
    • Message Bus (NATS)
    • Creating a New VM
    • Disk Creation
    • Networking Definition
    • The BOSH CLI v2
    • Basic BOSH Commands
    • Summary
  • 14. Debugging Cloud Foundry
    • Cloud Foundry Acceptance Tests
    • Logging
    • Typical Failure Scenarios
      • Configuration Failures
      • Infrastructure Failures
      • Release Job Process Failure
    • Scenario One: The App Is Not Reachable
    • Scenario Two: Network Address Translation Instance Deleted (Network Failure)
    • Scenario Three: Security Group Misconfiguration That Blocks Ingress Traffic
    • Scenario Four: Invoking High Memory Usage That Kills a Container
    • Scenario Five: Route Collision
    • Scenario 6: Release Job Process Failures
    • Scenario 7: Instance Group Failure
    • Summary
  • 15. User Account and Authentication Management
    • Background Information
      • OAuth 2.0
      • UAA Documentation
      • UAA Release
    • UAA Responsibilities
      • Securing Cloud Foundry Components and API Endpoints
      • Securing Service Access for Apps
    • UAA Architecture and Configuration Within Cloud Foundry
      • Instance Groups Governed by the UAA
      • UAA Instance Groups
      • UAA Database
      • UAA Runtime Components
      • UAA Logging and Metrics
      • Keys, Tokens, and Certificate Rotation
        • Tokens
        • Grant types
    • User Import
    • Roles and Scopes
      • Scopes
      • Roles
        • Separation of role concerns
        • Cloud Controller roles and permissions
        • UAA roles and permissions
    • Summary
  • 16. Designing for Resilience, Planning for Disaster
    • High Availability Considerations
    • Extending Cloud Foundrys Built-In Resiliency
      • Resiliency Through Multiple Cloud Foundry Deployments
      • Resiliency Through Pipelines
      • Data Consistency Through Services
    • HA IaaS Configuration
      • AWS Failure Boundaries
      • vCenter Failure Boundaries
    • Backup and Restore
      • Restoring BOSH
      • Bringing Back Cloud Foundry
    • Validating Platform Integrity in Production
      • Start with a Sandbox
      • Production Verification Testing
    • Summary
  • 17. Cloud Foundry Roadmap
    • v3 API
      • Multiple Droplets per App
      • Multiple Apps per Droplet (Process Types)
      • Tasks
    • Diego Scheduling
      • Cell Rebalancing
      • Boulders
    • Tracing
    • Containers
      • Network Shaping
      • Container Snapshots
      • Container-to-Container Networking
      • Traffic Resiliency
    • Buildpacks and Staging
      • Multibuildpacks
      • Post-Staging Policy or Step
      • Compiler-Less Rootfs and Stemcells
    • Isolation Segments
    • Summary
  • Index

Dodaj do koszyka Cloud Foundry: The Definitive Guide. Develop, Deploy, and Scale

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.