Orchestration with Kubernetes
This chapter introduces Kubernetes as a powerful, open source container orchestration platform. It begins by exploring the architecture of a Kubernetes cluster and its components. The chapter also highlights Kubernetes’ benefits, such as automation, scalability, and reliability, while addressing its drawbacks and evaluating scenarios where it is most effective.
The chapter delves into managing container images with a registry, creating Kubernetes manifests, and deploying them into a Kubernetes cluster. It establishes a comprehensive approach to leveraging Kubernetes for modern application deployment and management by covering these critical aspects.
This chapter covers the following:
- Understanding the Kubernetes
- Managing container images with a registry
- What are Kubernetes manifests?
- Deploying the application into the Kubernetes
By the end of this chapter, you will have a solid understanding of Kubernetes’...