Kubernetes objects are exposed via simple REST API through which basic CRUD operations are performed and API Server acts as the gateway to the platform. • Internal components such as kubelet, scheduler, and controller access the API via the API Server for orchestration and coordination. • The distributed key/value database, etcd, is accessible only through the API Server