Question 61
Deploy a pod with image=redis on a node with label disktype=ssd
Question 62
Create a busybox pod and add "sleep 3600" command
Question 63
Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.
Question 64
Create a pod with environment variables as var1=value1.Check the environment variable in pod

