Diagnose network issues for pods in a namespace
Try running it yourself: savvy run rb_744af93b5fb97c7a
Switch to the desired namespace with kubie
kubie ns <namespace>
List all pods in the current namespace. Pick the pod/svc you want to inspect from the output
kubectl get po
Get details of your choses k8s service
kubectl get svc <svc>
Retrieve the endpoints of the service in YAML format.
kubectl get endpoints <svc> -o yaml