Beginner Kubernetes
Q3 / 100

What is a Kubernetes Node?

Correct! Well done.

Incorrect.

The correct answer is B) A worker machine (physical or virtual) in a Kubernetes cluster that runs Pods

B

Correct Answer

A worker machine (physical or virtual) in a Kubernetes cluster that runs Pods

Explanation

A Node is a machine (VM or physical) that is part of the cluster and runs Pods, managed by the control plane.

Progress
3/100