by vishvananda on 8/29/24, 5:02 PM with 2 comments
by codefinger on 8/29/24, 5:24 PM
The point we're at now reminds me a lot of Java in 2010. Everything was complex--too complex--and the "best practices" led to operational toil. The 12-factor manifesto ushered in a period of simplification that brought us out of big enterprise web servers, and into containers with executable jar files.
Similarly, the cloud-native ecosystem is brimming with complexity. It's time to establish patterns that result in more scalable, portable, and maintainable apps. Updating the 12-factor is how we'll do it.
by vishvananda on 8/29/24, 5:02 PM
[1] https://medium.com/@vishvananda/the-rebirth-of-twelve-factor...