Kubernetes services and service discovery
Service
In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in your cluster.
A key aim of Services in Kubernetes is that you don't need to modify your existing application to use an unfamiliar s...
maneeshalovedevops.hashnode.dev23 min read