What is a Node in Kubernetes?

What is a Node in Kubernetes?

a) A container image
b) A server or VM that runs applications in containers
c) A network switch
d) A load balancer

Answer:

b) A server or VM that runs applications in containers

Explanation:

A Node in Kubernetes is a worker machine, either a physical server or virtual machine, where Pods are deployed and run.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top