Kubernetes Volumes Challenge Exam

Please answer the questions below to complete the test.

Question 1
What is the purpose of a PersistentVolumeClaim (PVC) in a Kubernetes cluster?
Question 2
Which of the following are true about the accessModes field in a PVC configuration for DigitalOcean Kubernetes?
Question 3
What happens if you try to create a PVC with a name that already exists in the cluster?
Question 4
Which of the following can be customized in the volumeClaimTemplates section of a StatefulSet configuration? (Select all that apply)
Question 5
What is the primary purpose of a PersistentVolumeClaim (PVC) in a Kubernetes cluster?
Question 6
Which Kubernetes command-line tool is used to create and manage volumes in a cluster?
Question 7
Which of the following are valid `accessModes` for DigitalOcean volumes in a Kubernetes cluster? (Select all that apply)
Question 8
What happens if you delete a deployment in Kubernetes without removing its associated PVCs? Will the data in your volume be **preserved** or **deleted**? (Instructions: Provide a brief explanation, including one and only one of the bold keywords.)
Question 9
Explain the role of a `StatefulSet` in managing volumes for pods in a Kubernetes cluster.
Question 10
Which storage class is specified in the example configuration for a DigitalOcean volume?
Question 11
What is the valid range for the storage size of a DigitalOcean volume in a Kubernetes cluster?
Question 12
Which of the following components in the example `StatefulSet` configuration mounts the volume at `/data`? (Select all that apply)
Question 13
What command can you use to resize a volume by editing its PVC?
Question 14
Why might a PVC deletion stall or fail in a Kubernetes cluster?
Question 15
Which container image is used in the example `StatefulSet` configuration?
Question 16
What is the default filesystem owner of a volume in DigitalOcean Kubernetes?
Question 17
Which of the following `mountOptions` are supported by DigitalOcean Kubernetes for setting volume permissions? (Select all that apply)
Question 18
What command lists the persistent volumes associated with a Kubernetes cluster?
Question 19
What is the consequence of modifying cluster resources like volumes directly in the DigitalOcean Control Panel?

Submitting your answers...