Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

RedHat EX280 Exam - Topic 8 Question 1 Discussion

SIMULATIONScale an application manuallyManually scale the minion application in the gru project to a total of 5 replicas.
A) See the solution below in Explanation

RedHat EX280 Exam - Topic 8 Question 1 Discussion

Actual exam question for RedHat's EX280 exam
Question #: 1
Topic #: 8
[All EX280 Questions]

SIMULATION

Scale an application manually

Manually scale the minion application in the gru project to a total of 5 replicas.

Show Suggested Answer Hide Answer
Suggested Answer: A

Solution:

$ oc project gru

$ oc get pods

$ oc get all | grep deployment

$ oc scale --replicas=5 deployment.apps/minion

$ oc get pods


Contribute your Thoughts:

0/2000 characters
Sommer
2 hours ago
Wait, can you really scale manually like that?
upvoted 0 times
...
Brittni
5 days ago
That seems straightforward!
upvoted 0 times
...
Shelton
10 days ago
Just set the replicas to 5 in the deployment config.
upvoted 0 times
...
Annabelle
16 days ago
I feel like we might need to edit the YAML file directly for this, but I practiced scaling through the command line last time.
upvoted 0 times
...
Marge
2 months ago
Scaling to 5 replicas sounds straightforward, but I hope I remember how to check the current number of replicas first.
upvoted 0 times
...
Lashaunda
2 months ago
I remember practicing a similar question where we had to scale a service, but I can't recall if we used a specific flag for replicas.
upvoted 0 times
...
Luke
2 months ago
I think we need to use the command to update the deployment, but I'm not entirely sure about the exact syntax.
upvoted 0 times
...

Save Cancel