KCNA Exam Question 71

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.
  • KCNA Exam Question 72

    You have a Kubernetes cluster with three worker nodes. Nodel has 8 CPU cores, Node2 has 4 CPU cores, and Node3 has 2 CPU cores. You deploy a pod with a resource request of 2 CPU cores. What is the likely order in which Kubernetes will attempt to schedule this pod on the available nodes?
  • KCNA Exam Question 73

    You are running a Kubernetes cluster with a single node. You need to ensure that your application remains available even if the node fails. Which Kubernetes feature should you use?
  • KCNA Exam Question 74

    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?
  • KCNA Exam Question 75

    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?