Войти
  • 2594Просмотров
  • 2 года назадОпубликованоMike in the Cloud

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 kubectl create -f kubectl describe service web-service kubectl create -f ./ az aks get-credentials --resource-group myResourceGroup --name myAKSCluster kubectl scale --replicas 3 deployment/my-todo-app-mean --------------