Kubernetes Services and Service Discovery
Kubernetes Service
A Service is a round-robin load balancer for all the pods, which match its name or selector. It constantly monitors the pods, in case a pod gets unhealthy, the service will start deploying the traffic to the other healthy pods.
Ser...
adityatak.hashnode.dev9 min read