AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You are tasked with deploying an application in cncf video

Question 1 Be Honest
« Back   Next kcna Question »
Answer

Full Certification Question

You are tasked with deploying an application in Kubernetes that needs both environment variables and sensitive information, like database credentials. You decide to use both ConfigMaps for general configuration and Secrets for the sensitive data. After deploying, you notice that the application is unable to read the sensitive information from the Secret, even though it can access the general configuration from the ConfigMap. What is the most likely reason the application cannot access the Secret?