Question 111

You are implementing a GitOps workflow for your Kubernetes cluster. Which of the following best practices should you consider?
  • Question 112

    Consider a scenario where you need to configure a Kubernetes storage class with a specific storage provisioner and access modes. How would you achieve this using a YAML configuration?
  • Question 113

    Open Container Initiative set container standards for
  • Question 114

    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)?
  • Question 115

    You are running a stateless application in a Kubernetes cluster. The application has multiple
    instances deployed as Pods. You need to ensure that all incoming traffic to the application is
    distributed evenly across these Pods. Which Kubernetes resource should you use to achieve this?