devops

Petrus Theron 2018-10-10T12:14:46.000100Z

Configuration and orchestration. What are Clojure peeps using? I've had my days with Puppet and Saltstack and Ansible. Anything without YAML and yet-another DSL that mutates into a declarative-but-not-really language?

mccraigmccraig 2018-10-10T13:04:47.000100Z

terraform to build clusters and dc/os for orchestration here

jerger_at_dda 2018-10-10T13:33:02.000100Z

We maintaining dda-pallet https://github.com/DomainDrivenArchitecture 🙂

jerger_at_dda 2018-10-10T13:35:26.000100Z

Like pupet modules, we've also some composable dda-pallet-provisioning modules. But we've also a dedicated layer for configuration abstraction. So rewriting the whole module (like I ended up in most puppet & ansible modules) should be obsolete ...

jerger_at_dda 2018-10-10T13:36:13.000100Z

We use dda-pallet for provisioning in image creation pipelines & terraform for instance & infrastructure-creation.