Probing Phases and Conditions
In this lesson, we will check out the pod conditions and phases and learn how to probe them.
We'll cover the following
We are most likely not sure whether Pods exist. That does not really serve much of a purpose. Instead, we should validate whether the Pods are healthy. Knowing that a Pod exists does not really do us much good if it is unhealthy or if the application inside it is hanging. What we really want to validate is whether the Pods exist and whether they are in a certain phase.
Describing the pod and inspecting the conditions
Before we go through that, let’s describe the Pod that we created and see the types, phases, and conditions it’s in.
Get hands-on with 1400+ tech skills courses.