Courseiva
Kubernetes FundamentalsmediumMultiple SelectObjective-mapped

KCNA Kubernetes Fundamentals Practice Question

Which TWO statements about Kubernetes Services are correct?

⚠ Common exam trap

Test-takers frequently confuse the Service's role in providing a stable IP with the idea that it also handles scaling, or they mistakenly think Services are restricted to a single namespace or type, when in fact they are flexible across namespaces and types.

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

A Service provides a stable IP address for Pods

A Kubernetes Service provides a stable virtual IP address that remains constant even as the underlying Pods are created, destroyed, or rescheduled. This decouples clients from the ephemeral nature of Pod IPs, ensuring reliable connectivity within the cluster.

Answer analysis

Option-by-option breakdown

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

  • A Service can only route traffic to Pods in the same namespace

    Why it's wrong here

    Services can route traffic to any Pods selected by labels, regardless of namespace, but typically within the same cluster.

  • A Service can only be of type ClusterIP

    Why it's wrong here

    Kubernetes supports multiple Service types: ClusterIP, NodePort, LoadBalancer, and ExternalName.

  • A Service automatically scales Pods based on load

    Why it's wrong here

    Scaling is handled by Deployments or HorizontalPodAutoscalers, not Services.

  • A Service provides a stable IP address for Pods

    Why this is correct

    Services have a virtual IP that remains stable even as Pods change.

  • A Service uses selectors to identify target Pods

    Why this is correct

    Services use label selectors to determine which Pods receive traffic.

Go deeper

Related to this question

About these practice questions

One of 833 original KCNA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 KCNA 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 KCNA exam.