Network_Appliance
NS0-404 · Question #68
106.Exhibit: apiVersion: v1 kind: Pod metadata: name: test-ebs spec: containers: - image: k8s.gcr.io/test-webserver name: test-container volumeMounts: - mountPath: /test-ebs name: test-volume…
The correct answer is D. Config. You've hit your limit · resets 5am (America/New_York)
Cloud Resources Implementation
Question
106.Exhibit:
apiVersion: v1
kind: Pod
metadata:
name: test-ebs
spec:
containers:
- image: k8s.gcr.io/test-webserver name: test-container volumeMounts:
- mountPath: /test-ebs name: test-volume volumes:
- name: test-volume awsElasticBlockStore: volumeID: <volume-id> fsType: ext4 You are reviewing a Kubernetes manifest to deploy an Amazon Elastic Block Store (AWS EBS). Which two Kubernetes API object types are shown in the exhibit?
Options
- ASecret
- BPod
- CVolume
- DConfig
How the community answered
(37 responses)- A5% (2)
- B3% (1)
- C3% (1)
- D89% (33)
Explanation
You've hit your limit · resets 5am (America/New_York)
Topics
#Kubernetes#Pod manifest#EBS#API object types
Community Discussion
No community discussion yet for this question.