Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 734 Bytes

module-6-clean-up.md

File metadata and controls

40 lines (27 loc) · 734 Bytes

Module 6 - Clean up

  1. Delete the example application stacks.

    kubectl delete -f pre/005-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 this repo

    cd .. && rm -Rf cc-aks-implement-runtime-security
  5. Delete environment variables backup file.

    rm ~/workshopvars.env

↩️ Back to Main

⬅️ Module 5 - Quarantine Infected Workloads and Visualize KSPM