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

Linux Foundation CKA Exam - Topic 1 Question 30 Discussion

Score: 4%TaskCreate a persistent volume with name app-data , of capacity 1Gi and access mode ReadOnlyMany. The type of volume is hostPath and its location is /srv/app-data .
A) Explanation: Solution: #vi pv.yaml apiVersion: v1 kind: PersistentVolume metadata: name: app-config spec: capacity: storage: 1Gi accessModes: - ReadOnlyMany hostPath: path: /srv/app-config # kubectl create -f pv.yaml

Linux Foundation CKA Exam - Topic 1 Question 30 Discussion

Actual exam question for Linux Foundation's CKA exam
Question #: 30
Topic #: 1
[All CKA Questions]

Score: 4%

Task

Create a persistent volume with name app-data , of capacity 1Gi and access mode ReadOnlyMany. The type of volume is hostPath and its location is /srv/app-data .

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Selma
7 months ago
ReadOnlyMany is a solid access mode for shared data.
upvoted 0 times
...
Carmela
8 months ago
1Gi capacity is perfect for small apps!
upvoted 0 times
...
Fausto
8 months ago
Surprised they used hostPath for this. Is it really the best choice?
upvoted 0 times
...
Benton
8 months ago
Totally agree, that’s a crucial mistake!
upvoted 0 times
...
Emilio
8 months ago
The volume name should be app-data, not app-config.
upvoted 0 times
...
France
8 months ago
I feel confident about the capacity being 1Gi, but I need to double-check the volume type and access modes to be sure.
upvoted 0 times
...
Wilda
8 months ago
I remember that the path should be /srv/app-data, but I might have written it as /srv/app-config in my notes.
upvoted 0 times
...
Jaime
8 months ago
I practiced a similar question about creating a persistent volume, but I used a different storage class. I hope I don't mix them up!
upvoted 0 times
...
Elbert
9 months ago
I think the access mode should be ReadOnlyMany, but I'm not sure if I remember the exact syntax for the YAML file.
upvoted 0 times
...
Tuyet
9 months ago
I think the safety margin is the difference between current or forecasted sales and sales at the break-even point. That's the answer that makes the most sense to me based on what I've learned.
upvoted 0 times
...
Roosevelt
9 months ago
Storm Control seems unlikely since it mainly deals with broadcast storms. I'm leaning towards IP Source Guard, but I do have my doubts.
upvoted 0 times
...
Andra
9 months ago
Hmm, this seems straightforward. I think I'll go with options A and C to disable the user account and lock it.
upvoted 0 times
...

Save Cancel