Scale Application Automatically
Last updated
Last updated
Select the quarkus-todo-app node, click on the Actions drowdownlist menu then select Add HorizontalPodAutoscaler.
Enter following inputs:
Name: quarkus-todo-hpa
CPU Utilization: 30
Memory Utilization: 70
Then click Save button.
Open the Web Terminal and run this command to simulate load testing.
Select the quarkus-todo-app node, then go to Details tab. Notice that the Pods are automatically scaled and you're not allow to scale the pods manually.
Go back to the Web Terminal and cancel the load testing command by pressing Ctrl+C
on keyboard.