What is a Kubernetes Service?
a) A networking abstraction to access a set of Pods
b) A tool for managing Kubernetes resources
c) A way to manage container images
d) A way to manage Kubernetes nodes
Answer: a)
Explanation: A networking abstraction to access a set of Pods. A Kubernetes Service is an abstract way to expose a set of Pods to the network, providing a stable IP address and DNS name for clients to access.