Overview: Revive inactive OpenShift pods that scaled to zero
When using Red Hat OpenShift as an application development platform to orchestrate your containers, you will deal a lot with pods. Pods are resources in Kubernetes and OpenShift that logically host one or more containers, serving as a logical wrapper.
One of the most basic aspects of pods is starting and stopping them, along with specifying how many replicas (copies) to run at once. This learning path focuses on reviving pods in our 30-day, no-cost Developer Sandbox for Red Hat OpenShift, since pods in these clusters automatically stop (or scale to zero) after 12 hours.
But what you will learn here applies to OpenShift in general
Prerequisites:
- Sign up for and log into a Developer Sandbox for Red Hat OpenShift cluster.
- Access to a command line with the oc command.
In this learning path, you will:
- Revive your pod to 1 running instance.