Nodes

Nodes in Kubernetes are individual machines (physical or virtual) in a cluster that run containerized applications. They are responsible for hosting and running pods, which are the basic unit of work in Kubernetes. Each node has a Kubernetes agent called Kubelet, which manages the node and communicates with the master to ensure pods are running and healthy. Nodes also run various Kubernetes system components, such as the container runtime (e.g., Docker), kube-proxy for networking, and others.

Resource details

  • Api group: core
  • Namespaced: No
  • Shortnames:
    • no
  • Verbs:
    • create
    • delete
    • get
    • list
    • patch
    • update
    • watch