0 votes
in Kubernetes K8s by

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

1 Answer

0 votes
by

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.

...