List PODS behind a service in OpenShift.
In Kubernetes service object is responsible for providing network access to a set of pods, which runs same images/applications, leading similar functionality. Sometimes we may want to list/check pods running behind a service in OpenShift cluster. Here are steps one can follow to do so :- Let’s start by listing the end-points for a service. … Read more