KCNA Exam Question 51

Consider the following Kubernetes resource configuration for a deployment:

If each pod is consistently utilizing only 50% of the requested CPU and memory, what are the potential cost-saving measures you could take without impacting performance?
  • KCNA Exam Question 52

    You are using Flux to manage your Kubernetes cluster with GitOps. You need to ensure that all deployments are automatically rolled back to the previous version if they fail. Which configuration option in Flux would you use to achieve this?
  • KCNA Exam Question 53

    What is the primary role of the kubelet in the Kubernetes runtime environment?
  • KCNA Exam Question 54

    You are deploying a microservices application to Kubernetes using a CI/CD pipeline. Which of the following tools are most commonly used for managing the deployment process and ensuring rolling updates?
  • KCNA Exam Question 55

    You're using a CI/CD pipeline to deploy a Node.js application to Kubernetes. The application requires environment variables for configuring database connections and API keys. How would you manage these environment variables in a secure and efficient manner?