Question 46

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

Question 47

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 48

List "nginx-dev" and "nginx-prod" pod and delete those pods

Question 49

List all the pods sorted by created timestamp

Question 50

You are setting up RBAC for a Kubernetes cluster with three namespaces: "development", "staging", and "production". You need to create a role binding that allows developers in the "development" namespace to create deployments, pods, and services, but only within their own namespace.