Day 34 of #90DaysOfDevOps || Working with Services in Kubernetes
What are Kubernetes services? A Kubernetes service can be used to easily expose an application deployed on a set of pods using a single endpoint. Service is both a REST object and an abstraction that defines: A set of pods A policy to access them ...








