Beginner
Kubernetes
Q14 / 100
What is a "Secret" in Kubernetes?
Correct! Well done.
Incorrect.
The correct answer is A) An object used to store and manage sensitive information, such as passwords, OAuth tokens, and SSH keys
A
Correct Answer
An object used to store and manage sensitive information, such as passwords, OAuth tokens, and SSH keys
Explanation
Secrets store sensitive data separately from application code/images; by default they are base64-encoded (not encrypted at rest unless additional measures are configured).
Progress
14/100