atmosx 3 years ago

In most cases, configuration via environment variables works fine. There are cases where it doesn't. E.g. 10k pods restarting because of a simple config change is not ideal. Better subscribe to an external system like "etcd" fetch and update the config without restarting the process.

dylanhassinger 3 years ago

yes still relevant, i evangelize 12 factor in my organization

there are a few "12 factor revisited" posts out there that make good points

  • xcubic 3 years ago

    Can you share any?

anotherhue 3 years ago

it's still golden in terms of microservice architectures, though I feel that microservices were a mistake.

revskill 3 years ago

It's 15 factor now.