Question 61

Schedule a pod as follows:
* Name: nginx-kusc00101
* Image: nginx
* Node selector: disk=ssd

Question 62

Kubernetes. The microservices communicate with each other via a shared database. Explain how you would implement a strategy to manage persistent data in the database, ensuring availability and scalability for all microservices.

Question 63

Create a Kubernetes secret as follows:
* Name: super-secret
* password: bob
Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named super-secret at
/secrets.

Question 64

You have a Deployment running a web application that receives a significant amount of traffic. You need to implement a strategy to scale the Deployment based on the traffic load while ensuring that the application remains available during the scaling process.

Question 65

Create a busybox pod and add "sleep 3600" command