#KubeWeek Challenge Day-2 Kubernetes Networking
Kubernetes Services:
You can access your deployed pods only from the worker node where it is running. And it cannot be accessed even from your kubernetes master nodes or from any other nodes until it is exposed through service. Because each pods get ...
devopscsant.hashnode.dev5 min read