What is the following service in Kubernetes

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

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)