Hacker News new | ask | show | jobs
by epgui 634 days ago
> How do you update the IaC from multiple places?

The same way you update any other code from multiple places. A version control system (eg.: git and github), with CI/CD.

> How do you visualize drift?

Why do you have drift in the first place? Gitops is an obvious solution to drift.

> It’s easy enough to imagine how you would update a single declaration, but thinking about how to make the code reactive will break your brain.

I’m sorry, I don’t follow at all here. I’m not sure what the problem is with IaC. If your IaC is declarative, it’s no more complicated than data.