Kubernetes - Networking
Assuming two pods pod-x and pod-y are in the same namespace, and pod-y runs a service on port 5000, what will be the result of running this command inside pod-x?
curl http://pod-y:5000
Assuming two pods pod-x and pod-y are in the same namespace, and pod-y runs a service on port 5000, what will be the result of running this command inside pod-x?
curl http://pod-y:5000
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions