0 votes
in Kubernetes K8s by
What is Kubernetes ConfigMap?

a) A mechanism for storing configuration data in Kubernetes

b) A tool for managing Docker images

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: A mechanism for storing configuration data in Kubernetes. A Kubernetes ConfigMap is a Kubernetes object used to store configuration data in key-value pairs.

...