0 votes
in Kubernetes K8s by
What is Kubernetes Volume?

a) A networking abstraction to access a set of Pods

b) A tool for managing Kubernetes resources

c) A way to manage Kubernetes nodes

d) A way to manage persistent storage for containers in a Kubernetes cluster

1 Answer

0 votes
by

Answer: d)

Explanation: A way to manage persistent storage for containers in a Kubernetes cluster. Kubernetes Volume is a way to manage persistent storage for containers in a Kubernetes cluster, enabling administrators to manage the lifecycle of storage volumes separately from containers and to attach and detach volumes to and from containers as needed.

...