|
|
|
|
|
by velkyk
3639 days ago
|
|
Sure, we use configMaps, secrets, mounting EBS, you name it. Implementing k8s felt like Jack in Titanic getting into first class :). Nice to know they won't lock you up when the boat is going to sink :). configMaps is nice, but we use it in limited way because its so much easier to update pods when editing env vars.
Note: we are using deployments, so if you need to change env var, you do `kubectl edit deployment <name>`, edit/save/close file that opened in your $EDITOR and watch the magic to happen. |
|