Kubernetes Architecture
Control Plane
kube-apiserver
The Kubernetes API is made available via the API server, which is a part of the Kubernetes control plane. The Kubernetes control plane's front end is the API server.
Kube-apiserver is the primary example of a Kubernetes A...
nidhishmalav.hashnode.dev3 min read