Question 56

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 be persistent.

Question 57

Create an nginx pod with container Port 80 and it should only receive traffic only it checks the endpoint / on port 80 and verify and delete the pod.
  • Question 58

    Verify certificate expiry date for ca certificate in /etc/kubernetes/pki

    Question 59

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

    Ensure a single instance of podnginxis running on each node of theKubernetes cluster wherenginxalso represents the Image name whichhas to be used. Do not override anytaints currently in place.
    UseDaemonSetto complete thistask and useds-kusc00201asDaemonSet name.