14 CKA exam Q14 with Solution Create a persistent volume with given specifications
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=aeikOdfrQ5c
Q14) Create a persistent volume with given specifications: • Volume Name - pv-rnd • storage - 100Mi • Access modes - ReadWriteMany • host path - /pv/host-data-rnd • • It's easy:#kubenetes #CKA #DevOps #security • • SOLUTION 14) • alias g=kubectl • echo 'apiVersion: v1 • kind: PersistentVolume • metadata: • name: pv-rnd • spec: • capacity: • storage: 100Mi • volumeMode: Filesystem • accessModes: • ReadWriteMany • hostPath: • path: /pv/host-data-rnd' |tee pv1.yaml • cat pv1.yaml • g create -f pv1.yaml • g get pv • g describe pv pv-rnd • • reference url :https://kubernetes.io/docs/concepts/s...
#############################
![](https://youtor.org/essay_main.png)