Hashicorp Nomad native workload
Earlier this week I presented my talk "Need something simpler than Kubernetes?" to the CNCF Linz community.
This post is a follow-up explaining how to deploy a native workload to Nomad. Nomad is unique because of its hybrid support for many types of workload. While Kubernetes has been designed for managing container-only workloads, Nomad’s pluggable task drivers allows scheduling container, Java, native (raw), QEMU/KVM, etc. workloads.