Introduction
An overview of deployment in Kubernetes.
We'll cover the following
Introduction to Deployment
We saw that when a pod dies, either because we manually kill it or because something unexpected happens, Kubernetes will not automatically reschedule it.
That’s one of the reasons why we will almost never run pods directly. We will almost always want to manage pods with another Kubernetes resource called Deployment. Other than making sure our pods are rescheduled when they die, deployments will also help us with several other things:
Get hands-on with 1400+ tech skills courses.