Valid EX280 Dumps shared by EduDump.com for Helping Passing EX280 Exam! EduDump.com now offer the newest EX280 exam dumps, the EduDump.com EX280 exam questions have been updated and answers have been corrected get the newest EduDump.com EX280 dumps with Test Engine here:
Scale Application Manually Task information Details: Scale the httpd deployment to 5 replicas .
Correct Answer:
See the solution below in Explanation. Explanation: Solution: * Scale the deployment: oc scale deployment httpd --replicas=5 * Verify: oc get deployment httpd oc get pods -l app=httpd * Confirm the desired, current, and available replica counts match. This task checks direct workload scaling using the OpenShift CLI.