Skip to content

Instantly share code, notes, and snippets.

@alexei-led
Created December 26, 2019 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexei-led/02c582490747681776f1f480ec2f4165 to your computer and use it in GitHub Desktop.
Save alexei-led/02c582490747681776f1f480ec2f4165 to your computer and use it in GitHub Desktop.
Markdium-Kubernetes and Secrets Management in Cloud
kubectl create secret generic db-credentials -n default --from-literal=user=dbuser --from-literal=password=quick.fox.5312
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment