K8s-Node
Kubernetes-components: Node
A node is a physical machine (bare metal) or virtual machine (VM) in a Kubernetes cluster that runs pods. Nodes provide compute resources (CPU, memory, networking, and storage) for applications.
Think of a Node as a worker...
learn.himanshuwrites.site4 min read