Linux Foundation Certified Kubernetes Application Developer (CKAD) Program CKAD Question # 7 Topic 1 Discussion

Linux Foundation Certified Kubernetes Application Developer (CKAD) Program CKAD Question # 7 Topic 1 Discussion

CKAD Exam Topic 1 Question 7 Discussion:
Question #: 7
Topic #: 1

CKAD Question 7

Context

You are tasked to create a secret and consume the secret in a pod using environment variables as follow:

Task

• Create a secret named another-secret with a key/value pair; key1/value4

• Start an nginx pod named nginx-secret using container image nginx, and add an environment variable exposing the value of the secret key key 1, using COOL_VARIABLE as the name for the environment variable inside the pod


Get Premium CKAD Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.