Question 11

Create a pod as follows:
Name: non-persistent-redis
container Image: redis
Volume with name: cache-control
Mount path: /data/redis
The pod should launch in the staging namespace and the volume must not be persistent.

Question 12

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

Question 13

List the nginx pod with custom columns POD_NAME and POD_STATUS

Question 14

Undo the deployment with the previous version and verify
everything is Ok

Question 15

Create a busybox pod and add "sleep 3600" command