What is the purpose of Kubernetes Secrets?

What is the purpose of Kubernetes Secrets?

a) To store encrypted credentials and sensitive information
b) To track changes to configurations
c) To define network policies
d) To backup cluster data

Answer:

a) To store encrypted credentials and sensitive information

Explanation:

Secrets in Kubernetes are used to store sensitive information such as passwords, OAuth tokens, and SSH keys, ensuring they are stored securely and used by Pods when required.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top