Containers & Kubernetes · Container Security
What is secrets in containers in Container Security?
Containerized applications should retrieve sensitive credentials from protected secret mechanisms rather than embedding them in images. In practice, the value of this concept comes from understanding where it belongs in the architecture, what problem it solves, and what constraints or tradeoffs it introduces.