|
|
|
|
|
by nathanboktae
3636 days ago
|
|
> I also think in many cases not propagating global config (env) changes. ... You don't have to ask your-self "shit, which containers use this?", I agree and we (dev lead at Appuri here) achieve the best of both worlds from Kube by in the secrets section of a deployment definition, specifying what secrets we need, but not the value. So we know what services need it, and it's updated in one place. That's just for the secret store though, but we could put non-secrets in secret to use that mechanism. |
|