File tree 1 file changed +3
-3
lines changed
16-EKS-VPA-Vertical-Pod-Autoscaler
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ kubectl describe vpa kubengix-vpa
97
97
kubectl get pods -w
98
98
99
99
# Terminal 2 - Generate Load
100
- kubectl run --generator=run-pod/v1 apache-bench -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/hello
100
+ kubectl run --generator=run-pod/v1 apache-bench -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/
101
101
102
102
# Terminal 3 - Generate Load
103
- kubectl run --generator=run-pod/v1 apache-bench2 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/hello
103
+ kubectl run --generator=run-pod/v1 apache-bench2 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/
104
104
105
105
# Terminal 4 - Generate Load
106
- kubectl run --generator=run-pod/v1 apache-bench3 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/hello
106
+ kubectl run --generator=run-pod/v1 apache-bench3 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/
107
107
```
108
108
109
109
## Step-07: Describe pods which were re-launched by VPA Updater
You can’t perform that action at this time.
0 commit comments