Use secrets to configure a deployment
Secrets are a special kind of configmaps, and are recommended to be used to configure sensible information. All variable values must be stored in base64 encoding.
This is an example of a secret.
Load file to kubernetes cluster.
Use in a deployment file.
Reference Links
PreviousUse config maps to configure a deploymentNextCommunicate two microservices in a Kubernetes cluster
Last updated