Question 1
Create a deployment named "myapp" that having 2 replicas with
nginx image and expose deployment as service named "myservice"
nginx image and expose deployment as service named "myservice"
Question 2
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.
Question 3
Fix a node that shows as non-ready
Question 4
Create and configure the service front-end-service so it's accessible through NodePort and routes to the existing pod named front-end.
Question 5
Score: 4%

Task
Set the node named ek8s-node-1 as unavailable and reschedule all the pods running on it.

Task
Set the node named ek8s-node-1 as unavailable and reschedule all the pods running on it.

