Skip to content

Commit 03de841

Browse files
committed
Welcome to Stack Simplify
1 parent c062612 commit 03de841

File tree

1 file changed

+2
-1
lines changed
  • 03-Kubernetes-Fundamentals-with-kubectl/03-01-PODs-with-kubectl

1 file changed

+2
-1
lines changed

03-Kubernetes-Fundamentals-with-kubectl/03-01-PODs-with-kubectl/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ kubectl delete pod my-first-pod
9292
- Azure Standard Load Balancer created for Azure AKS Cluster
9393
- Frontend IP Configuration
9494
- Load Balancing Rules
95-
- Azure Public IP
95+
- Azure Public IP
9696
```
9797
# Create a Pod
9898
kubectl run <desired-pod-name> --image <Container-Image>
@@ -117,6 +117,7 @@ http://<External-IP-from-get-service-output>
117117
- Frontend IP Configuration
118118
- Load Balancing Rules
119119
- Azure Public IP
120+
- View the resources in Azure AKS Cluster - Resources section from Azure Portal Management Console
120121

121122

122123

0 commit comments

Comments
 (0)