Scale Application Automatically

Add HPA 
Add HPA while(true); do curl -o /dev/null http://quarkus-todo-app:8080/todo.html; sleep 0.2; done;
Run curl command 
Pods are automatically scaled
Last updated


while(true); do curl -o /dev/null http://quarkus-todo-app:8080/todo.html; sleep 0.2; done;

Last updated