Question 11

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

Question 12

Remove taint added to node "worker-2"

Question 13

Create a deployment as follows:
* Name: nginx-app
* Using container nginx with version 1.11.10-alpine
* The deployment should contain 3 replicas
Next, deploy the application with new version 1.11.13-alpine, by performing a rolling update.
Finally, rollback that update to the previous version 1.11.10-alpine.

Question 14

Evict all existing pods from a node-1 and make the node unschedulable for new pods.
  • Question 15

    Create a Pod nginx and specify both CPU, memory requests and limits together and verify.