Kubernetes Architecture - Deep Dive
API Server - The brain of Kubernetes. It has the following three stages when a REST API call is sent to it:
Authentication - Verifies the identity of the request.
Authorization - Checks if the authenticated user has permission.
Admission Control -...
snehcreate.hashnode.dev4 min read