Azure Kubernetes - Exam AZ-104: Microsoft Azure Administrator
Today we cover the deployment of an Azure Kubernetes cluster and the things you need to know to get through the AZ-104 exam. This is by no means a complete coverage of Azure Kubernetes as it is a very complex piece of software, yet it will cover all the things for the exam.
-----------
Commands Mentioned in the video
kubectl get deployments
kubectl get replicasets
kubectl get pods
kubectl describe pod webserver-74d8bd488f-dwbzz
kubectl create -f webserver.yaml
kubectl create -f webserver-svc.yaml
kubectl describe service web-service
kubectl create -f ./azure-vote.yaml
az aks get-credentials --resource-group myResourceGroup --name myAKSCluster
kubectl scale --replicas 3 deployment/my-todo-app-mean
--------------
Previous
Azure Virtual Networks - Exam AZ-104: Microsoft Azure Administrator
Next