Table of Contents

API Server

The API Server is the entry point of Kubernetes.

What it does

Example

When you run:

kubectl apply -f deployment.yaml

Flow:

Key idea

API Server = “front door of Kubernetes” Everything goes through it.