What is the following service in Kubernetes


It is the service that hits the Kubernetes master. All requests from cluster/workers will hit master through this.
Details can be found by:
kubernetes describe svc kubernetes
(kubernetes is the service name)