Courseiva
Application Observability and MaintenancemediumMatchingObjective-mapped

CKAD Application Observability and Maintenance Practice Question

Match each Kubernetes resource to its API group.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

apps/v1

v1 (core)

networking.k8s.io/v1

autoscaling/v2

networking.k8s.io/v1

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Pod: v1

Kubernetes resources belong to specific API groups. Pods, Services, ConfigMaps, and PersistentVolumeClaims are in the core group (v1), while Deployments are in apps/v1, and Ingresses are in networking.k8s.io/v1.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Pod: v1

    Why this is correct

    Pods are part of the core API group, which is v1.

  • Deployment: apps/v1

    Why this is correct

    Deployments belong to the apps/v1 API group.

  • Ingress: networking.k8s.io/v1

    Why this is correct

    Ingress resources are in the networking.k8s.io/v1 API group.

  • Service: apps/v1

    Why it's wrong here

    Services are in the core v1 API group, not apps/v1.

  • ConfigMap: networking.k8s.io/v1

    Why it's wrong here

    ConfigMaps are in the core v1 API group, not networking.k8s.io/v1.

  • PersistentVolumeClaim: apps/v1

    Why it's wrong here

    PersistentVolumeClaims are in the core v1 API group, not apps/v1.

About these practice questions

This CKAD question is part of Courseiva's 160-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CKAD practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CKAD exam.