The first challenge is to setup your local environment as well as the AKS cluster you will be running on.
Install each of the CLI tools and ensure you can login to each of the online services. We will be using these later in the challenges
All challenges will be run using Bash.
docker version shows your Docker client and server versionhelm version shows the Helm versionkubectl get nodes shows your AKS System and User poolsaz acr import -n $ACR_NAME --source docker.io/library/nginx:latest --image nginx:v1 copies an image to your ACR instancecurl -s https://api.github.com/users/octocat/repos | jq '.' shows you a pretty-printed JSON dockubectx lets you switch between K8S clusterskubens lets you switch between namespacesksysgpo shows all pods in your system namespace