The Book of Kubernetes - A Complete Guide to Container Orchestration
Verlag | No Starch Press |
Auflage | 2022 |
Seiten | 384 |
Format | 18,1 x 2,4 x 23,5 cm |
Gewicht | 751 g |
Artikeltyp | Englisches Buch |
EAN | 9781718502642 |
Bestell-Nr | 71850264UA |
This hands-on guidebook to the inner workings of containers peels back the layers to provide a deep understanding of what a container is, how containerization changes the way programs run, and how Kubernetes provides computing, networking, and storage.
Containers ensure that software runs reliably no matter where it s deployed, and Kubernetes lets you manage all of your containers from a single control plane. In this comprehensive tour of the open-source platform, each chapter includes a set of example scripts with just enough automation to start your container exploration with ease. Beginning with an overview of modern architecture and the benefits of orchestration, you'll quickly learn how to create containers; how to deploy, administer and debug Kubernetes clusters all the way down to the OS; and how container networking works at the packet level across multiple nodes in a cluster.
Inhaltsverzeichnis:
Part I: Making and Using Containers
Chapter 1: Why Containers Matter
Chapter 2: Process Isolation
Chapter 3: Resource Limiting
Chapter 4: Network Namespaces
Chapter 5: Container Images and Runtime Layers
Part II: Containers in Kubernetes
Chapter 6: Why Kubernetes Matters
Chapter 7: Deploying Containers to Kubernetes
Chapter 8: Ovelay Networks
Chapter 9: Service and Ingress Networks
Chapter 10: When Things Go Wrong
Chapter 11: Control Plane and Worker Nodes
Chapter 12: Container Runtime
Chapter 13: Health Probes
Chapter 14: Limits and Quotas
Chapter 15: Persistent Storage
Chapter 16: Configuration and Secrets
Chapter 17: Custom Resources
Part III: Performant Kubernetes
Chapter 18: Affinity and Anti-Affinity
Chapter 19: Tuning Pods per Node
Chapter 20: Application Resiliency