File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
03-Kubernetes-Fundamentals-with-kubectl/03-01-PODs-with-kubectl Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
### Get Worker Nodes Status
9
9
- Verify if kubernetes worker nodes are ready.
10
10
```
11
+ # Configure Cluster Creds (kube config) for Azure AKS Clusters
12
+ az aks get-credentials --resource-group aks-rg1 --name aksdemo1
13
+
11
14
# Get Worker Node Status
12
15
kubectl get nodes
13
16
@@ -165,8 +168,6 @@ kubectl get all
165
168
166
169
# Delete Services
167
170
kubectl delete svc my-first-service
168
- kubectl delete svc my-first-service2
169
- kubectl delete svc my-first-service3
170
171
171
172
# Delete Pod
172
173
kubectl delete pod my-first-pod
Original file line number Diff line number Diff line change
1
+ Azure AKS Kubernetes - Masterclass | Azure DevOps, Terraform
2
+ Azure Kubernetes Service Masterclass|Azure DevOps Terraform
3
+ Master Azure Kubernetes Service with Azure DevOps Terraform
You can’t perform that action at this time.
0 commit comments