Question 16
Consider the following Kubernetes resource configuration for a deployment:

If each pod is consistently utilizing only 50% of the requested CPU and memory, what are the potential cost-saving measures you could take without impacting performance?

If each pod is consistently utilizing only 50% of the requested CPU and memory, what are the potential cost-saving measures you could take without impacting performance?
Question 17
Consider a pod with a "readinessProbe" that checks for a specific file existence. Explain what happens if the probe fails repeatedly, and how it affects the pod's lifecycle.
Question 18
Which of the following is not the part of Kubernetes Control Plane?
Question 19
You are using a Kubernetes admission controller to enforce security policies. Which of the following admission controller configurations is MOST appropriate for preventing pods from running with the "-privileged" flag?
Question 20
Your organization is migrating a monolithic application to a serverless architecture on Google Cloud Platform. Which Google Cloud service would be the most suitable for running your application's backend logic?

