Question 16

Create a redis pod, and have it use a non-persistent storage
(volume that lasts for the lifetime of the Pod)
  • Question 17

    Create an nginx pod which loads the secret as environment variables
  • Question 18

    Get all the pods with label "env"

    Question 19

    Check the history of deployment

    Question 20

    Create 2 nginx image pods in which one of them is labelled with env=prod and another one labelled with env=dev and verify the same.