KCNA Exam Question 1

You are running a critical application that requires high availability and resilience. Which of the following Kubernetes storage solutions would best ensure data consistency and redundancy in case of pod failures?
  • KCNA Exam Question 2

    Consider the following Kubernetes YAML definition for a Deployment:

    How many Pods will be running when this Deployment is created?
  • KCNA Exam Question 3

    You are deploying a new microservice on Kubernetes. The microservice needs access to a shared configuration file stored in a ConfigMap. How would you access the configuration file from within your microservice container?
  • KCNA Exam Question 4

    You are deploying a stateful application with persistent storage using PersistentVolumeClaims (PVCs). What are the possible ways to ensure that the PVCs are bound to the correct PersistentVolumes (PVs)?
  • KCNA Exam Question 5

    You have a Kubernetes cluster running on AWS. You need to ensure that only approved container images are used in your cluster. Which Kubernetes feature can you use to enforce this policy?