Question 71

You have a Kubernetes cluster with two namespaces: 'dev' and 'prod'. You want to configure RBAC to allow developers in the 'dev' namespace to create deployments and pods, but only allow operations personnel in the 'prod' namespace to delete deployments and pods.

Question 72

You have an application deployed in your Kubernetes cluster that is configured to access a private database hosted on another Kubernetes cluster in a different VPC. How would you configure a secure and efficient way for your application to communicate with the private database?

Question 73

List all the pods sorted by created timestamp

Question 74

You have a Deployment named 'worker-deployment' that runs a set of worker Pods. You need to configure a PodDisruptionBudget (PDB) for this deployment, ensuring that at least 60% of the worker Pods are always available, even during planned or unplanned disruptions. How can you achieve this?

Question 75

Check the history of deployment