Kubernetes Architecture
Kubernetes Architecture Kubernetes follows a client-server architecture. Wherein, we have master installed on one machine and the node on separate Linux machines. The key components of master and node are defined in the following section. Kubernetes – Master Machine Components Following are the components of the Kubernetes Master Machine. etcd It stores the configuration … Read more