Question 26

Get the pods with label env=dev and output the labels

Question 27

Create a pod as follows:
Name: mongo
Using Image: mongo
In a new Kubernetes namespace named: my-website

Question 28

Create a PersistentVolumeClaim of at least 3Gi storage and access mode ReadWriteOnce and verify status is Bound
  • Question 29

    Explain the concept of "volume mode" for PersistentVolumes and how it differs between "Block" and "Filesystem" mode. Provide examples of when each mode would be most suitable.

    Question 30

    List all service account and create a service account called "admin"