Question 1: KUBERNETES- Purpose of ConfigMaps
What is the primary purpose of a ConfigMap in Kubernetes?
Question 2: KUBERNETES- Purpose of Secrets
What is the primary purpose of a Kubernetes Secret?
Question 3: KUBERNETES- Code Snippet (ConfigMap YAML)
What does this YAML define?
Question 4: KUBERNETES- Using ConfigMap in Pod
How can a pod consume a ConfigMap?
Question 5: KUBERNETES- Code Snippet (Mount ConfigMap as Volume)
What does this snippet achieve?
Question 6: KUBERNETES- Secrets Base64 Encoding
How must data in Kubernetes Secrets be stored?
Question 7: KUBERNETES- Code Snippet (Secret YAML)
What is this YAML doing?
Question 8: KUBERNETES- Consume Secret as Environment Variable
How can a pod use a Secret as an environment variable?
Question 9: KUBERNETES- Best Practices for Secrets
Which of the following is a best practice for using Kubernetes Secrets?
Question 10: KUBERNETES- Code Snippet (Inject Secret as Environment Variable)
What does this snippet achieve?