Hacker News new | ask | show | jobs
The Configuration Complexity Curse – Don’t Be a YAML Engineer (blog.cedriccharly.com)
4 points by Cedricgc 2403 days ago
1 comments

I've recently started working in DevOps and I am amazed by the lack of foresight. If it was me, I'd dump everything the article describes (CUE as well, which the article advertises), and use Python everywhere.

Really, we do you need all these languages, Ansible, YAML and the lot? we don't, a good scripting language like Python would have been more than enough to manage CI/CD.