Question 26
You have deployed an application in Kubernetes with a container image that has known vulnerabilities. Which of the following security measures is MOST effective in mitigating the risk of these vulnerabilities?
Question 27
Your application requires a highly available database service. You decide to deploy three instances of the database within Kubernetes. Which Kubernetes feature can you use to ensure that all three instances are properly configured and managed as a single unit?
Question 28
What is the purpose of the kube-proxy component in Kubernetes?
Question 29
You are running a multi-cluster Kubernetes environment with Istio deployed. You want to enable mutual TLS authentication between services across different clusters. You have already configured Istio's 'mutualTLS' setting in the control plane. What additional step is required to enforce this security measure for inter-cluster communication?
Question 30
Your Kubernetes cluster has several nodes. A Pod is running on one of the nodes, but the node experiences a hardware failure and goes down. What happens to the Pod?
