Hacker News new | ask | show | jobs
by MrSkyNet 807 days ago
For me its about IaC, automatisation.

Building my app, deploying a container image and building a helm chart is not a lot of work if you have experience and the initial additional work is only happening once.

After that, you have your whole app definition in code, seting up a second or third env takes 5 minutes.

I really should write a blog article about my stack and the advantges of it (git, kubernetes, argocd, helm, ...)