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

a) A way to store data in Kubernetes

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: A way to store data in Kubernetes. A Kubernetes Volume is a way to store data in Kubernetes that can be shared between containers and persists even after a container has stopped running.
...