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 52a2792 commit d65980eCopy full SHA for d65980e
15-EKS-HPA-Horizontal-Pod-Autoscaler/README.md
@@ -17,15 +17,15 @@ kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/down
17
kubectl get deployment metrics-server -n kube-system
18
```
19
20
-## Step-03: Deploy our Application
+## Step-03: Review Deploy our Application
21
22
# Deploy
23
kubectl apply -f kube-manifests/
24
25
# List Pods, Deploy & Service
26
kubectl get pod,svc,deploy
27
28
-# Access Application
+# Access Application (Only if our Cluster is Public Subnet)
29
kubectl get nodes -o wide
30
http://<Worker-Node-Public-IP>:31231
31
0 commit comments