Day34- Working with Services in Kubernetes
What are services in K8s?
A Kubernetes service can be used to easily expose an application deployed on a set of pods using a single endpoint. A service is both a REST object and an abstraction that defines:
A set of pods
A policy to access them
...
linkedin.com6 min read