How do we know when was last AKS upgrade done

37821879 85 Reputation points
2024-03-01T07:27:55.22+00:00

Team, How do we know when was last AKS upgrade done

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

1 answer

Sort by: Most helpful
  1. Anveshreddy Nimmala 3,540 Reputation points Microsoft Vendor
    2024-03-05T07:44:00.8833333+00:00

    Hello 37821879

    az aks get-upgrades --resource-group myResourceGroup --name myAKSCluster

    please run this command and check you will be getting the current version of your cluster and the if there is any newer upgrade versions for upgradation of the cluster.

    hope this meets your requirement thankyou

    0 comments No comments

Your answer

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