You are running a distributed database service in Kubernetes. The database requires secure communication between its pods and external clients. What Kubernetes networking features can you leverage to achieve this?
You are running a resource-intensive application in Kubernetes. You want to reduce costs without impacting performance. Which of the following approaches would be most effective?
Your Kubernetes cluster has limited resources, and you need to ensure that the pods for your application are effectively scheduled and managed. Which of the following approaches would contribute to resource optimization?
You are building a web application that needs to serve traffic through a load balancer. Which Kubernetes resource should you use to expose the application service externally?
You're developing a new microservice for an application running on Kubernetes. The service requires access to a database hosted in a separate Kubernetes cluster. How would you ensure secure communication between your microservice and the database?
You are running a large-scale, microservice-based application in Kubernetes, and you are using HorizontalPodAutoscalers (HPAs) for automatic scaling. Which of the following statements about resource utilization monitoring in this scenario is true?
You are managing a large Kubernetes cluster with multiple namespaces. You want to control access to resources within different namespaces. Which of the following mechanisms can be used to achieve fine-grained access control?