nerdexam
Linux_Foundation

KCNA · Question #158

In Kubernetes, which abstraction defines a logical set of Pods and a policy by which to access them?

The correct answer is C. Service. A Service in Kubernetes defines a logical set of Pods and a policy to access them, typically providing stable networking and load balancing.

Submitted by jakub_pl· May 4, 2026Kubernetes Fundamentals

Question

In Kubernetes, which abstraction defines a logical set of Pods and a policy by which to access them?

Options

  • AService Account
  • BNetworkPolicy
  • CService
  • DCustom Resource Definition

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    93% (26)

Explanation

A Service in Kubernetes defines a logical set of Pods and a policy to access them, typically providing stable networking and load balancing.

Topics

#Kubernetes Service#Pod abstraction#Network access policy#Service discovery

Community Discussion

No community discussion yet for this question.

Full KCNA Practice