Network_Appliance
NS0-404 · Question #61
You are setting up a containerized environment with persistent storage. Trident has been installed, and the Trident back end for NetApp SolidFire has been created by using the tridentctl command…
The correct answer is B. apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: storage-class-hci-extreme provisioner: csi.trident.netapp.io parameters: snapshots: "true" storagePools: "tenant1:Extreme" D. apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: storage-class-hci-extreme provisioner: csi.trident.netapp.io parameters: snapshots: "true" storagePools: "sf:Extreme". You've hit your limit · resets 5am (America/New_York)
Cloud Resources Implementation
Question
You are setting up a containerized environment with persistent storage. Trident has been installed, and the Trident back end for NetApp SolidFire has been created by using the tridentctl command. Now, you need to deploy an application that requires an Extreme class of service. Referring to the exhibit, which two configurations would accomplish this task? (Choose two.)
Exhibit:
{
"Version": 1,
"storageDriverName": "solidfire-san",
"managementEndpoint": "https://username:[email protected]/json-rpc/7.0",
"SVIP": "10.1.10.126:0",
"accessGroups": null,
"tenantName": "tenant1",
"storagePrefix": "default",
"defaultValue": 1,
"qospools": [
{
"Type": "[{"
},
{
"Type": "Standard",
"Qos": "{minIOPS: 1000, \"maxIOPS\": 2000, \"burstIOPS\": 4000}]"
},
{
"Type": "Premium",
"Qos": "{minIOPS: 2001, \"maxIOPS\": 5000, \"burstIOPS\": 7000}"
},
{
"Type": "Extreme",
"Qos": "{minIOPS: 8001, \"maxIOPS\": 9000, \"burstIOPS\": 10000}]"
}
]
}
Options
- AapiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: storage-class-hci-extreme provisioner: csi.trident.netapp.io parameters: snapshots: "true" BackendType: "solidfire-san" IOPS: "Extreme:8050"
- BapiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: storage-class-hci-extreme provisioner: csi.trident.netapp.io parameters: snapshots: "true" storagePools: "tenant1:Extreme"
- CapiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: storage-class-hci-extreme-tenant1 provisioner: csi.trident.netapp.io parameters: snapshots: "true" BackendType: "solidfire-san" IOPS: "8050"
- DapiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: storage-class-hci-extreme provisioner: csi.trident.netapp.io parameters: snapshots: "true" storagePools: "sf:Extreme"
How the community answered
(47 responses)- A28% (13)
- B60% (28)
- C13% (6)
Explanation
You've hit your limit · resets 5am (America/New_York)
Topics
#Trident#SolidFire#StorageClass#storage pools
Community Discussion
No community discussion yet for this question.