DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Kubernetes — Secret vs ConfigMap

5 years ago medium.com

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Secrets are k8s object to manage small amount of sensitive data like password, keys and tokens with less than 1mb size. Secrets encoded and stored inside k8s master etcd data store. Since Secrets will be created outside of pods and containers, these can be used any number of times.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com