Kubernetes Service Concepts

From NovaOrdis Knowledge Base
Revision as of 23:05, 21 August 2019 by Ovidiu (talk | contribs) (→‎Service)
Jump to navigation Jump to search

Internal

Service

A Service is a mechanism that provides reliable networking to a set of pods. As described in the Pod Lifecycle section, pods may come and go, and every time a new replacement pod is brought up, it comes with a new IP address.

A Service is automatically registered with the cluster's DNS service so cluster components can find services by name.

ClusterIP

NodePort

LoadBalancer

ExternalName

Endpoint

Endpoint Controller

The endpoint controller is part of the controller manager.