Question 76
You have a Deployment named 'nginx-deployment running an Nginx server. The Nginx configuration file is stored in a ConfigMap named 'nginx-config'. You need to dynamically update the Nginx configuration file without restarting the Nginx pods.
Question 77
You have a Kubernetes cluster with a service account named "my-sa" in the "my-namespace" namespace. You need to grant the service account the ability to read and write secrets in the "my-namespace" namespace and the ability to create pods in that namespace.
Create a Role and RoleBinding to achieve this using kubectl commands.
Create a Role and RoleBinding to achieve this using kubectl commands.
Question 78
Create a pod that echo "hello world" and then exists. Have the pod deleted automatically when it's completed
Question 79
Create a pod with environment variables as var1=value1.Check the environment variable in pod See the solution below.
Question 80
List the nginx pod with custom columns POD_NAME and POD_STATUS

