Shared Secrets

A Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Shared secrets can be added in container secrets

Secrets are similar to ConfigMaps but are specifically intended to hold confidential data.

Adding a Secret

_Note - Secret Data can be provided either using text based input or file based input(file based only available for referenced as volumemount).

Share Secrets with containers

View Secret Labels & Annotations

Edit Secrets

Delete Secret