407 B
407 B
Troubleshoot Service Connectivity
If services can't communicate:
-
Check network policies:
kubectl get networkpolicies -A
-
Verify service endpoints:
kubectl get endpoints -n <namespace>
-
Test connectivity from within the cluster:
kubectl run -i --tty --rm debug --image=busybox --restart=Never -- wget -O- <service-name>.<namespace>