Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Self healing from a Node Failure

Sumit Rawal answered on June 17, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Self healing from a Pod Failure

  • Self healing from a Node Failure

    0

    When a Node fails, any Pods running on it are lost. If those Pods are managed by a controller such as a Deployment, replacements will be started on other Nodes in the cluster.

    Note: If your cluster is on a cloud that implements Node pools, the failed Node may also be replaced. This is a Node pool and cloud infrastructure feature, not a feature of Deployments.

    You can only follow the steps in this section if you have a multi-node cluster and the ability to delete Nodes. If you build a multi-node cluster on LKE, as was explained in Chapter 3, you can follow along. If you are using a single-node Docker Desktop cluster, you will have to be satisfied with reading along.

    The following command lists all of the Pods on your cluster and the Node each Pod is running on. The command output has been trimmed to fit the component. 

    kubectl get pods -o wide

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jun 17 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.