Kubernetes Hacks and Tricks – #2 Optional ConfigMaps and Secrets in Pods
In some applications, the application configurations are set by default in the codebase (hard-coded). If you want to override them,...
Kubernetes Hacks and Tricks – #1 Immutable ConfigMaps and Secrets
Sometimes you want to create configs/secrets for your applications, and you want to make sure when configs/secrets got created, nobody...