July 2018
Intermediate to advanced
504 pages
11h 34m
English
You can scale pods in your application using the oc scale command, but it has two disadvantages:
This approach doesn't allow businesses to adapt quickly to constantly changing customers demands. There is a better way—HorizontalPodAutoscaler.
Let's login as system:admin and see if Hawkular, Cassandra, and Heapster pods are up and running:
# oc login -u system:admin...<output omitted>...# oc get po -n openshift-infra ...