API Groups

Difficulty: Advanced

Question

What are API Groups in Kubernetes?

Answer

Versions of the Kubernetes API grouped by functionality (e.g., `apps`, `batch`, `networking.k8s.io`). They allow the API to evolve without breaking older client versions.

Concepts covered

API, GVD