Kubernetes Service Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:


=Service=
=Service=
Every new Service is automatically registered with the [[Kubernetes_Networking_Concepts#The_DNS_Service|cluster's DNS service]] so cluster components can find services by name.


==ClusterIP==
==ClusterIP==

Revision as of 21:43, 21 August 2019

Internal

Service

Every new 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.