Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 759 Bytes

module-5-clean-up.md

File metadata and controls

40 lines (27 loc) · 759 Bytes

Module 5 - Clean up

  1. Delete the applications stack to clean up any loadbalancer services.

    kubectl delete -f pre/004-vote-app-manifest.yaml
  2. Delete the AKS cluster.

    az aks delete \
      --resource-group $RESOURCE_GROUP \
      --name $CLUSTERNAME
  3. Delete the resource group.

    az group delete \
      --name $RESOURCE_GROUP
  4. Delete environment variables backup file.

    rm ~/workshopvars.env
  5. Delete this cloned repository

    cd .. && rm -Rf cc-aks-kspm-compliance-bootcamp

⬅️ Module 4 - Quarantine Infected Workloads and KSPM

↩️ Back to Main