-
Nomad
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
Nomad: The Oasis in Our Infrastructure Desert
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
What we wanted was something like a supercharged pm2, but multi-node with good support for both docker and binaries.
-
Helm templates streamlined our deployments, but downtime issues persisted.
-
In Kubernetes, we define deployments via YAML files. Whereas Nomad leverages HCL (HashiCorp Configuration Language).
-
Format hcl files: hclfmt
-
This language, built using Go, proved to be surprisingly user-friendly for developers like ourselves.