Challenge 07 - Scaling

< Previous Challenge - Home - Next Challenge >

Introduction

OpenShift allows users to scale the number of pods for each part of an application as needed. Looking at the deployment definition we have, we stated that we only want one pod to start with. Let’s try and change that!

Description

In this challenge, we will be scaling up the number of pods that we have running in our applications. You will need to:

Success Criteria

To complete this challenge successfully, you should be able to:

Learning Resources

Pod Autoscaling (Optional):

This optional section should be done in the ARO Web Console.

In this part of the challenge you will need to:

When the resource limits are set and the HPA is added, let’s see autoscaling in action! To do that:

NOTE: To autoscale future applications in the CLI and in your production environments make sure to include resource limits in your deployments. That way you won’t need to use the Web Console later on to autoscale or have to redeploy resources! Here are some learning resources to bookmark: