> For the complete documentation index, see [llms.txt](https://dev7days.gitbook.io/dev7days/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev7days.gitbook.io/dev7days/kubernetes/kubernetes-architecture/node.md).

# Node

Describe about Node

A `Node` is a computer, either virtual , cloud or physical, where Kubernetes runs. A bunch of nodes together forms a `Cluster`. \
\
In K8s It has 2 kind of Node&#x20;

1. **Master Node**
2. **Worker Node**

**Master Node**

It will use the `Kube API Server` to manage and monitor the `worker node`. Also, the `Worker Node` will rebalance itself in the situation of a failure. It 's possible to has multiple **Master Node** in the cluster.&#x20;

**Worker Node**

It will operate on the Node after getting the command from the Master Node via Kubelet.

**Process Diagram**

<img src="https://2166680554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP9VzT74ziIucCaJgfreE%2Fuploads%2FZmCx6fqtnUELH4SnS32w%2Ffile.excalidraw.svg?alt=media&amp;token=7090b845-7588-492f-94b0-ce9317518578" alt="" class="gitbook-drawing">
