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.
I’m going with C. The other options seem overly complicated or don't fit the requirements.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.KCNA Exam Questions
Log in to ExamTopics
Sign in:
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.
8378ffe
2 months, 2 weeks agoZangi
4 months, 1 week ago