Question 11
Your application is deployed in a Kubernetes cluster and is experiencing performance issues. You need to monitor the health of the cluster and identify potential bottlenecks. Which Kubernetes features would be most helpful for diagnosing and resolving these issues?
Question 12
You are running a Kubernetes cluster in a public cloud environment. Which of the following security best practices is MOST important for protecting your cluster against external threats?
Question 13
You are managing a Kubernetes cluster with several nodes. You notice that one node is experiencing high CPU utilization due to a specific pod. How can you force this pod to be moved to a different node without deleting or restarting it?
Question 14
You are running a production-critical application on Kubernetes. You need to ensure that if a pod fails, a new pod is automatically created to replace it. Which Kubernetes feature accomplishes this automatic pod replacement?
Question 15
You're running a microservices application in Kubernetes, and you're concerned about the cost associated with resource usage. Which of the following approaches is most effective for reducing cost without impacting performance?
