0 votes
in Kubernetes K8s by
What is a Kubernetes Operator?

a) An extension of Kubernetes that provides additional functionality

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A tool for managing Docker images

1 Answer

0 votes
by
Answer: a)

Explanation: An extension of Kubernetes that provides additional functionality. A Kubernetes Operator is a custom controller that extends the functionality of Kubernetes by automating the management of complex applications and infrastructure.
...