update to include encryption and reference to configMaps
This commit is contained in:
@@ -10,5 +10,6 @@ tags:
|
|||||||
short-description: >
|
short-description: >
|
||||||
Stores sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
Stores sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
||||||
long-description: >
|
long-description: >
|
||||||
Allows for more control over how sensistive information is used and reduces the risk of accidental exposure.
|
Allows for more control over how sensistive information is used and reduces the risk of accidental exposure, including [encryption](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#ensure-all-secrets-are-encrypted) at rest.
|
||||||
A {% glossary_tooltip text="Pod" term_id="pod" %} references the secret as a file in a volume mount or by the kubelet pulling images for a pod.
|
A {% glossary_tooltip text="Pod" term_id="pod" %} references the secret as a file in a volume mount or by the kubelet pulling images for a pod.
|
||||||
|
Secrets are great for confidential data and [ConfigMaps](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/) for non-confidential data.
|
||||||
|
|||||||
Reference in New Issue
Block a user