What is a Kubernetes Custom Resource?
a) An extension of Kubernetes that allows for the creation of custom objects
b) A tool for managing Kubernetes resources
c) A networking abstraction to access a set of Pods
d) A way to manage Kubernetes nodes
Answer: a)
Explanation: An extension of Kubernetes that allows for the creation of custom objects. A Kubernetes Custom Resource is an extension of Kubernetes that allows developers to define and create their own custom objects, which can be used to represent specific applications or infrastructure components.