Kubernetes Architecture
Kubernetes cluster consists of various components. Let's understand each.
Control Plane Components
Kube-apiserver: Only interface that exposes a RESTful API that can be used to create, update, and delete resources in the cluster.
Responsible for au...
techwithbisht.hashnode.dev3 min read