U.S. Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Pure Storage Portworx-Enterprise-Professional Exam - Topic 2 Question 14 Discussion

A Portworx administrator wants to create a storage class that can be used to create volumes with the following characteristics:* Encrypted volume* Two replicasWhich definition should the administrator use?
A) kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: px-encrypted provisioner: kubernetes.io/portworx-volume parameters: encrypted: 'true' repl: '2'
B) kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: px-encrypted provisioner: kubernetes.io/portworx-volume parameters: sharedv4: 'true' repl: '2'
C) kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: px-encrypted provisioner: kubernetes.io/portworx-volume parameters: secure: 'true' repl: '2'

Pure Storage Portworx-Enterprise-Professional Exam - Topic 2 Question 14 Discussion

Actual exam question for Pure Storage's Portworx-Enterprise-Professional exam
Question #: 14
Topic #: 2
[All Portworx-Enterprise-Professional Questions]

A Portworx administrator wants to create a storage class that can be used to create volumes with the following characteristics:

* Encrypted volume

* Two replicas

Which definition should the administrator use?

Show Suggested Answer Hide Answer
Suggested Answer: A

Comprehensive and Detailed Explanation From Exact Extract:

To create a StorageClass in Kubernetes for Portworx volumes that are encrypted and replicated twice, the correct parameters are encrypted: 'true' to enable encryption and repl: '2' to specify two replicas. Option A accurately sets these parameters, ensuring volumes provisioned with this StorageClass will be encrypted at rest and maintain two replicas for data redundancy. Option B uses sharedv4: 'true', which relates to NFS-like sharing, not encryption. Option C uses secure: 'true', which is not the recognized parameter for enabling encryption in Portworx StorageClass definitions. The official Portworx StorageClass parameter documentation confirms encrypted as the correct flag for encryption and repl to specify replication factor, enabling administrators to enforce data security and availability policies declaratively through Kubernetes manifestsPure Storage Portworx StorageClass Guidesource.


Contribute your Thoughts:

0/2000 characters
Crista
1 month ago
I practiced a similar question where the focus was on replicas, but I can't recall if "sharedv4" in option B is relevant for encryption.
upvoted 0 times
...
Glenn
1 month ago
I'm not entirely sure, but I remember something about the "secure" parameter in option C. Could that be related to encryption too?
upvoted 0 times
...
Isaac
2 months ago
I think the answer is A because it specifically mentions encryption, which is what we need for the volume.
upvoted 0 times
...

Save Cancel