Kubernetes Services and Service Discovery
How to expose Kubernetes workload to outside world using Services:
A Service in Kubernetes is an abstraction that defines a logical set of pods and a policy by which to access them.
Kubernetes offers several types of services to access them!
A. Clute...
ankittkx.hashnode.dev3 min read