Skip to content

Part 2: Deprovision

This is Part 2 of a multi-part, self-paced quick start exercise. In this section, you will deprovision the newly managed AKS cluster. Now that the cluster is managed, the controller will remove all of the underlying cluster infratructure in Azure.


Step 1: Deprovision Cluster

In this step, we will deprovision the AKS cluster through the web conole. The controller will cleanup all cluster resources in Azure.

  • Navigate to your project
  • Select Infrastructure -> Clusters
  • Click on the gear icon of the cluster and select "Delete"
  • When prompted, select "Yes" to confirm the deletion of the cluster

Cluster Delete

The cluster provision status will show " INFRA DELETION IN PROGRESS". Note, it can take approximately 20 minutes for the deletion to finish

Cluster Delete

Once the deletion is complete, the cluster will be removed from the web console

Cluster Delete

You can also check the Azure console to verify the cluster has been removed from Azure.


Recap

Congratulations! At this point, you have successfully deprovisioned the cluster.