Login to Kubernetes Pods, without knowing pod names ?
There are many ways to login to kubernetes pods, and most of them requires you to know the pod name. Now let’s say we want to login to a pod that is being served by a service we want to troubleshoot. One longer way could be to first determine all the pods running behind service, … Read more