Kubernetes service status

Sai Theja 21 Reputation points
2022-08-30T23:07:57.613+00:00

I have performed a restart on cluster level,

But the pods came up and underlying apps are running, but when i try to autoscale the machines by deleting, pods are not responding and error is throwing as server is not available.

Status is on starting(running) instead of succeeded(running).

taking longer time than usual restart.

Kindly help on it.

236362-image.png

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
{count} votes

1 answer

Sort by: Most helpful
  1. Nadav Ben Haim 501 Reputation points Microsoft Employee
    2022-08-31T05:43:43.663+00:00

    Hello,
    do you have access to the cluster via kubectl?
    If the cluster has a large amount of nodes and workloads it will take sometime for it to start.
    if you do have access via kubectl and the cluster is in Starting,
    please check if all nodes are up by using :

    kubectl get nodes -o wide

    Let me know

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.