Kubernetes Worker Components

  • Nodes, Worker nodes or minions.
  • It can be physical or a virtual machine based on cluster type.
  • Each node containing necessary services for running pods.
  • Pod is the smallest element in kubernetes which maintain set of containers.