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
BY Best Interview Question ON 26 Jan 2020