QuestionQ20

Architecture and Design

What are Kubernetes events?

  • A Objects that create pods and run them to completion.
  • B Objects that determine which jobs run and when.
  • C Objects that provide insight about what is happening inside a cluster.
  • D Objects that determine which tasks are run during deployment.
Explanation

Kubernetes Events are informative API objects that report occurrences and state changes within a cluster, providing visibility into what is happening. They are best-effort supplemental data, not objects used to create Pods, schedule Jobs, or define deployment tasks.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!