-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Software Architecture with Spring
By :
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:
By the end of this chapter, you will have a solid understanding of Kubernetes’...