Related questions
Question 12 - CKA discussion
Create a Kubernetes secret as follows:
Name: super-secret password: bob
Create a pod named pod-secrets-via-file, using the redis Image, which mounts a secret named supersecret at /secrets.
Create a second pod named pod-secrets-via-env, using the redis Image, which exports password as
CONFIDENTIAL
A.
See the solution below.
Your answer:
0 comments
Sorted by
Leave a comment first