API Server Deep Dive
Understand every stage of a Kubernetes API request — authentication, authorization, admission control, and validation.
Full content coming soon. This lesson is being written.
This lesson covers the kube-apiserver in depth:
- Full request lifecycle: AuthN → AuthZ → Admission → Validation → Storage
- Authentication methods: client certs, bearer tokens, OIDC, webhook
- Authorization: RBAC, ABAC, Node, Webhook modes
- Admission controllers: built-in (LimitRanger, ResourceQuota) vs webhooks
- API groups and versioning (
/api/v1vs/apis/apps/v1) - API aggregation layer and CRDs
Check back soon for the full content.