Hello, I am just starting with Kubernetes and need some help to clarify my doubt . . .

Manish Singh:
Hello, I am just starting with Kubernetes and need some help to clarify my doubts. Does a Kubernetes cluster refer to both the Master and Worker Nodes, or is it specifically a group of Worker Nodes? I am not sure which channel to post…Thanks in advance

Nimesha Jinarajadasa:
A Kubernetes cluster refers to both the Master and Worker Nodes. when we talk about a Kubernetes cluster, we are referring to the entire system of both master and worker nodes.

Trung Tran:
I would suggest to go through this docs: https://kubernetes.io/docs/concepts/overview/components/

Manish Singh:
Thank you Nimesha & Trung for your response.