Services
Service
Services are abstractions which define a set of Pods and a policy by which to access them. They can be seen as microservices handling traffic to particular endpoints which applications expose. The traffic may be relayed using a NodePort or LoadBalancer to balance traffic between different replicas.
Services connectPodstogether. Ensures thatPods relying on otherPods can always communicate on the expected IP/hostname.- Exposes
Podexternally. - Defines
Podaccess policy.