Exploring Kubernetes: Services
In k8s each pod gets its internal IP, but pods are ephemeral and every time a pod is destroyed and new is created Ip gets change, then it would be difficult to access applications running on that pod.
Services-helps to create a stable IP address and ...
sanyogitawange.hashnode.dev2 min read