Public Group
Active 11 months, 3 weeks ago
Answer 1 :
To test connectivity with in the cluster, we can spin up a temporary pod using busybox container
$ kubectl run -it –rm –restart=Never busybox –image=gcr.io/google-containers/busybox sh
This pod deletes automatically when we exit.