KCNA Exam Question 41

Consider the following Kubernetes resource definition:

What does the "resources" section define in this Deployment manifest?
  • KCNA Exam Question 42

    You are using Prometheus to monitor a Kubernetes cluster and want to create an alert that triggers when the number of failed deployments in a specific namespace exceeds a certain threshold. Which Prometheus query can help achieve this?
  • KCNA Exam Question 43

    You are deploying a microservices application with several independent services that need to communicate with each other. What is the most suitable way to configure networking between these services in Kubernetes?
  • KCNA Exam Question 44

    Which of the following is NOT a benefit of using a community-driven approach for governing a cloud native application?
  • KCNA Exam Question 45

    You have a Kubernetes cluster with multiple worker nodes. Nodel has a label •role: web', Node2 has a label *role: database* , and Node3 has no labels. You deploy a pod with a 'nodeSelectoN set to 'role: web'. Which node(s) is/are eligible for the pod to be scheduled on?