What is a Service?
What is a Service?
In Kubernetes, a Service is an abstraction that defines a logical set of Pods and a policy by which to access them. Services provide a stable endpoint (IP address and DNS name) to access a group of Pods, even as the underlying Pods are created, destroyed, or rescheduled. This abstraction allows for reliable communication between different parts of an application or between applications.