We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acf305 commit 2218822Copy full SHA for 2218822
1 file changed
Kubernetese/hpa/HPA_new
@@ -0,0 +1,9 @@
1
+Install metrics-server:
2
+
3
+kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
4
5
+Run the hpa.yml file in the cluster
6
7
+Generate load:
8
9
+kubectl run -i --tty load-generator --rm --image=busybox --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://php-apache; done"
0 commit comments