Skip to content

Commit d65980e

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
authored andcommitted
Welcome to Stack Simplify
1 parent 52a2792 commit d65980e

File tree

1 file changed

+2
-2
lines changed
  • 15-EKS-HPA-Horizontal-Pod-Autoscaler

1 file changed

+2
-2
lines changed

15-EKS-HPA-Horizontal-Pod-Autoscaler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/down
1717
kubectl get deployment metrics-server -n kube-system
1818
```
1919

20-
## Step-03: Deploy our Application
20+
## Step-03: Review Deploy our Application
2121
```
2222
# Deploy
2323
kubectl apply -f kube-manifests/
2424
2525
# List Pods, Deploy & Service
2626
kubectl get pod,svc,deploy
2727
28-
# Access Application
28+
# Access Application (Only if our Cluster is Public Subnet)
2929
kubectl get nodes -o wide
3030
http://<Worker-Node-Public-IP>:31231
3131
```

0 commit comments

Comments
 (0)