Book description
This third edition comes with a dedicated playlist of interactive Katacoda labs mapped to each section of the book. As you read through each chapter, you can practice the concepts covered in each section by completing the associated labs.
In just five years, Kubernetes has radically changed the way developers and ops personnel build, deploy, and maintain applications in the cloud. With this book's updated third edition, you'll learn how this popular container orchestrator can help your company achieve new levels of velocity, agility, reliability, and efficiency--whether you're new to distributed systems or have been deploying cloud native apps for some time.
Brendan Burns, Joe Beda, Kelsey Hightower, and Lachlan Evenson--who have worked on Kubernetes at Google and beyond--explain how this system fits into the life cycle of a distributed application. Software developers, engineers, and architects will learn ways to use tools and APIs to automate scalable distributed systems for online services, machine learning applications, or even a cluster of Raspberry Pi computers.
This guide shows you how to:
- Create a simple cluster to learn how Kubernetes works
- Dive into the details of deploying an application using Kubernetes
- Learn specialized objects in Kubernetes, such as DaemonSets, jobs, ConfigMaps, and secrets
- Explore deployments that tie together the lifecycle of a complete application
- Get practical examples of how to develop and deploy real-world applications in Kubernetes
Publisher resources
Table of contents
- Preface
- 1. Introduction
- 2. Creating and Running Containers
- 3. Deploying a Kubernetes Cluster
- 4. Common kubectl Commands
- 5. Pods
- 6. Labels and Annotations
- 7. Service Discovery
- 8. HTTP Load Balancing with Ingress
- 9. ReplicaSets
- 10. Deployments
- 11. DaemonSets
- 12. Jobs
- 13. ConfigMaps and Secrets
- 14. Role-Based Access Control for Kubernetes
- 15. Service Meshes
- 16. Integrating Storage Solutions and Kubernetes
- 17. Extending Kubernetes
- 18. Accessing Kubernetes from Common Programming Languages
- 19. Securing Applications in Kubernetes
- 20. Policy and Governance for Kubernetes Clusters
- 21. Multicluster Application Deployments
- 22. Organizing Your Application
- A. Building Your Own Kubernetes Cluster
- Index
- About the Authors
Product information
- Title: Kubernetes: Up and Running, 3rd Edition
- Author(s):
- Release date: August 2022
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781098110208
You might also like
book
Terraform: Up and Running, 3rd Edition
Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure …
video
Kubernetes for the Absolute Beginners - Hands-On
Starting from the fundamental concept of containers, the course gradually unfolds into a comprehensive guide on …
book
Kubernetes Patterns, 2nd Edition
This second edition comes with a dedicated playlist of interactive Katacoda labs mapped to sections of …
book
Ansible: Up and Running, 3rd Edition
Among the many configuration management tools available, Ansible has some distinct advantages: It's minimal in nature. …