What is a Kubernetes Service?
a) A Docker container
b) A static IP address for external access
c) An abstraction that defines a logical set of Pods and a policy to access them
d) A load balancer for physical servers
Answer:
c) An abstraction that defines a logical set of Pods and a policy to access them
Explanation:
A Kubernetes Service defines a logical set of Pods and a network policy for accessing them. It ensures that your application is accessible consistently even as Pods are dynamically created and destroyed.