Skip to content

AKS

Terminal window
az aks get-credentials --resource-group kubernetes5a1 --name kubcluster5a1
kubectl get all
kubectl create ns pets
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/aks-store-demo/main/aks-store-all-in-one.yaml -n pets

https://github.com/Azure-Samples/aks-store-demo