Valid C_KYMD_01 Dumps shared by ExamDiscuss.com for Helping Passing C_KYMD_01 Exam! ExamDiscuss.com now offer the newest C_KYMD_01 exam dumps, the ExamDiscuss.com C_KYMD_01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com C_KYMD_01 dumps with Test Engine here:
What are some primitives that can be used to manage storage in a Kubernetes cluster? Note: There are 3 correct Answers to this question.
Correct Answer: A,C,E
Explanation Kubernetes provides several primitives to manage storage in a cluster, such as Volumes, Persistent Volumes, Storage Classes, and Volume Snapshot Classes. Volumes are the basic unit of storage that can be attached to a Pod and provide data persistence across Pod restarts. Persistent Volumes are cluster-wide resources that represent a piece of storage that has been provisioned by an administrator or dynamically using Storage Classes. Storage Classes are a way for administrators to describe the classes of storage they offer and allow users to request a specific class for their Persistent Volume Claims. Volume Snapshot Classes are a way to specify different policies for creating volume snapshots, such as retention, encryption, or replication. References: https://kubernetes.io/docs/concepts/storage/storage-classes/ https://kubernetes.io/docs/concepts/storage/persistent-volumes/