KCNA Exam Question 91

You are running a multi-cluster Kubernetes environment with Istio deployed. You need to ensure that communication between services across different clusters is secure and encrypted. What Istio configuration would you use to achieve this?
  • KCNA Exam Question 92

    Which of the following is NOT a valid Kubernetes resource type?
  • KCNA Exam Question 93

    Consider the following Kubernetes YAML configuration for a Deployment:

    What is the purpose of the 'replicas' field in this configuration, and how does it affect the Deployment? The 'replicas'' field specifies the number of Pods that should be created and maintained by the Deployment. It controls the desired number of running instances of the application.
  • KCNA Exam Question 94

    You have a microservice that relies on a separate authentication service. You want to implement fine-grained authorization using Istio based on request attributes like user roles or specific headers. What Istio feature would you use?