Service in Kubernetes
Service is used to expose the application, and it also provides an endpoint that we can use to balance the load among different replica pods or simply, our workload.
How does a service know about pods?
Service uses selectors to know which pods shoul...
vidushibansal.hashnode.dev2 min read