We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c062612 commit 03de841Copy full SHA for 03de841
03-Kubernetes-Fundamentals-with-kubectl/03-01-PODs-with-kubectl/README.md
@@ -92,7 +92,7 @@ kubectl delete pod my-first-pod
92
- Azure Standard Load Balancer created for Azure AKS Cluster
93
- Frontend IP Configuration
94
- Load Balancing Rules
95
- - Azure Public IP
+ - Azure Public IP
96
```
97
# Create a Pod
98
kubectl run <desired-pod-name> --image <Container-Image>
@@ -117,6 +117,7 @@ http://<External-IP-from-get-service-output>
117
118
119
- Azure Public IP
120
+- View the resources in Azure AKS Cluster - Resources section from Azure Portal Management Console
121
122
123
0 commit comments