Kubernetes Service Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Kubernetes Concepts =Service= ==ClusterIP== ==NodePort== ==LoadBalancer== ==ExternalName== =Endpoint=") |
|||
Line 10: | Line 10: | ||
=Endpoint= | =Endpoint= | ||
====Endpoint Controller==== | |||
The endpoint controller is part of the [[Kubernetes Control Plane and Data Plane Concepts#Controller_Manager|controller manager]]. |
Revision as of 20:43, 21 August 2019
Internal
Service
ClusterIP
NodePort
LoadBalancer
ExternalName
Endpoint
Endpoint Controller
The endpoint controller is part of the controller manager.