0 votes
in Kubernetes K8s by
What are the different components of Kubernetes Architecture?

1 Answer

0 votes
by
The Kubernetes Architecture has mainly 2 components – the master node and the worker node. As you can see in the below diagram, the master and the worker nodes have many inbuilt components within them. The master node has the kube-controller-manager, kube-apiserver, kube-scheduler, etcd. Whereas the worker node has kubelet and kube-proxy running on each node.

Related questions

0 votes
asked Aug 27, 2023 in Kubernetes K8s by JackTerrance
0 votes
asked Jun 7, 2020 in Hive by SakshiSharma
...