Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - 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
Kimbery
2 days ago
Agreed! A clearly states encryption.
upvoted 0 times
...
Shalon
7 days ago
I think option A is the best choice. Encrypted volumes are crucial.
upvoted 0 times
...
Louisa
12 days ago
Totally agree with A), it's straightforward and clear!
upvoted 0 times
...
Stevie
17 days ago
Wait, are we sure A) is the only way to encrypt?
upvoted 0 times
...
Jimmie
22 days ago
C) seems off, "secure" isn't the same as "encrypted."
upvoted 0 times
...
Ashton
27 days ago
I think B) is a better option for shared storage.
upvoted 0 times
...
Tu
1 month ago
A) is definitely the right choice for encryption and replicas.
upvoted 0 times
...
Mitsue
1 month ago
I feel like option A is the most straightforward since it clearly states "encrypted: true." But I wonder if there's a catch with the other options.
upvoted 0 times
...
Crista
3 months 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
3 months 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
3 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