Kubernetes Deployments
Get introduced to another Kubernetes object, i.e., Kubernetes Deployment.
We'll cover the following...
In this chapter, we’ll learn about the Kubernetes Deployment object and use it to make the sample app resilient.
The chapter is organized as follows:
Introduction to Kubernetes Deployments
Self-heal from a Pod failure
Self-heal from a worker node failure
Let’s start with Kubernetes Deployment.