1.

What are the components of Kubernetes?

Answer»

COMPONENTS in Kubernetes are a vital process in a cluster that helps in the overall scalability and maintenance of an ENVIRONMENT. Here's an IMAGE of how different components in Kubernetes combine to perform efficiently.

Components FALL under two main CATEGORIES which consist of sub-categories:

1. Master Components:
  • Kube-apiserver
  • Etcd
  • Kube-scheduler
  • Kube-controller-manager
2. Node Components:
  • Kubelet
  • Kube-Proxy
  • Container Runtime


Discussion

No Comment Found