A secret in the programming world refers to a sensitive data such as a password, a token, or a key. Kubernetes provides a way to store it on the pod without having to include it in your application image. This mechanism is called a Secret in the Kubernetes world. Secrets are similar to configmap, however, … Continue reading What are Kubernetes Secrets?