Kubernetes Secrets provide a secure way to manage sensitive information, such as passwords, tokens, or keys, by storing and then accessing them separately from application code.

This reduces the risk that the secret is exposed when working with pods or containers.

Best Practice

Further Reading

Kubernetes Secrets (Official Documentation)