Azure Kubernetes - Exam AZ-104: Microsoft Azure Administrator

Azure Kubernetes - Exam AZ-104: Microsoft Azure Administrator

2.281 Lượt nghe
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 --------------