Red Hat OpenShift Workshop For Developers
  • OpenShift Workshop For Developers
    • Getting Started
  • Application Containerization
    • Building Application
    • Application Packaging
    • Running Application Container
    • Externalize Application Configurations
  • Deployment On OpenShift
    • Database Deployment Via Web Console
    • Build And Deploy Application Using S2I
    • Configure Application With ConfigMap
    • Simple Application Scaling
  • Monitoring And Logging
    • View Application Logs
    • Application Monitoring
  • Scaling
    • Resources Allocation For Application
    • Scale Application Automatically
  • Resiliency
    • Application Health Checks
    • Self Healing
Powered by GitBook
On this page
  1. Deployment On OpenShift

Simple Application Scaling

PreviousConfigure Application With ConfigMapNextView Application Logs

Last updated 2 years ago

To scale the application manually, select the quarkus-todo-app node, then go to the Details tab. Click on up/down arrow to scale the application up/down as you need.

Though, this is just a simple manual application scaling. You'll learn how to scale the application up/down automatically later.

Scale application