...

/

Self-heal from a Worker Node Failure

Self-heal from a Worker Node Failure

Learn how Kubernetes self-heals from a Node failure.

We'll cover the following...

When a worker node fails, all Pods running on the node are lost. However, if a Deployment controller manages the Pods, Kubernetes will start replacements on surviving nodes.

If your cluster is on a cloud that implements node pools, the failed node will also be replaced. However, this is a feature of your cloud’s hosted Kubernetes service and not a feature of Deployments—Deployments do not heal nodes; they only heal Pods.

Playground

The steps in this section will use a Multi-node cluster. Run the following widget to create a cluster and deploy five Pods using the deploy.yml file.

Access this course and 1400+ top-rated courses and projects.