Update existing public AKS cluster to priavte AKS cluster

Naveen Gogu 0 Reputation points
2024-09-02T10:31:10.3566667+00:00

How to update the existing public AKS cluster to private cluster?

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,141 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,130 Reputation points
    2024-09-02T11:10:10.85+00:00

    Yes you can do this using the steps here:

    https://video2.skills-academy.com/en-us/azure/aks/api-server-vnet-integration#enable-private-cluster-mode

    az aks update --name <cluster-name> --resource-group <resource-group> --enable-private-cluster
    
    

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


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.