HackerTrans
TopNewTrendsCommentsPastAskShowJobs

orkunk

no profile record

Submissions

Ask HN: How do you detect configuration drift between environments?

2 points·by orkunk·há 4 meses·1 comments

comments

orkunk
·há 4 meses·discuss
[flagged]
orkunk
·há 4 meses·discuss
Interesting observation.

One thing I’ve noticed while building internal tooling is that LLM coding assistants are very good at generating infrastructure/config code, but they don’t really help much with operational drift after deployment.

For example, someone changes a config in prod, a later deployment assumes something else, and the difference goes unnoticed until something breaks.

That gap between "generated code" and "actual running environment" is surprisingly large.

I’ve been experimenting with a small tool that treats configuration drift as an operational signal rather than just a diff. Curious if others here have run into similar issues in multi-environment setups.
orkunk
·há 4 meses·discuss
I’m especially interested in real-world approaches for multi-environment deployments, not just file diff tooling.