Beginner Kubernetes
Q31 / 100

What does the term "desired state" mean in Kubernetes?

Correct! Well done.

Incorrect.

The correct answer is B) The configuration a user declares (e.g. via YAML) representing how the system should look, which Kubernetes continuously works to match against the actual state

B

Correct Answer

The configuration a user declares (e.g. via YAML) representing how the system should look, which Kubernetes continuously works to match against the actual state

Explanation

Kubernetes uses a declarative model: users specify the desired state, and controllers continuously reconcile the actual cluster state to match it.

Progress
31/100