exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 199 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 199
Topic #: 1
[All KCNA Questions]

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

  • A. Service Account
  • B. NetworkPolicy
  • C. Service
  • D. Custom Resource Definition
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
8378ffe
2 months, 2 weeks ago
Selected Answer: A
In Kubernetes, the abstraction that defines a logical set of Pods and a policy by which to access them is called a Service. A Service provides a stable network endpoint (IP address and DNS name) for a group of Pods, even as those Pods are created, deleted, or scaled. It abstracts away the ephemeral nature of Pods, allowing other parts of your application to consistently communicate with a set of Pods that perform a specific function, such as a web server or a database. The set of Pods targeted by a Service is typically determined by a selector, which matches labels applied to the Pods.
upvoted 1 times
...
Zangi
4 months, 1 week ago
Selected Answer: C
I’m going with C. The other options seem overly complicated or don't fit the requirements.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...