Self-Heal from a Pod Failure

Learn how Kubernetes self-heals from a Pod failure.

We'll cover the following

In this lesson, we’ll use a Kubernetes Deployment to deploy five replicas of a Pod. After that, we’ll manually delete a Pod and see how Kubernetes self-heals.

We’ll use the deploy.yml file in the /usercode directory. It defines five replicas of the app we containerized in previous chapters.

Get hands-on with 1400+ tech skills courses.