From 4fe857065b3895614317edc4461ad29590f015f8 Mon Sep 17 00:00:00 2001 From: Arsen6331 Date: Thu, 13 Oct 2022 18:13:49 +0000 Subject: [PATCH] Add Nomad to Cloud Orchestration list (#397) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc6ac29..a3ee3a8 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ _See also: [IT Asset Management](#it-asset-management)_ * [Juju](https://jujucharms.com/) - Cloud orchestration tool which manages services as charms, YAML configuration and deployment script bundles. * [Kubernetes](http://kubernetes.io/) - Orchestration system for Docker containers - ([Source Code](https://github.com/kubernetes/kubernetes), [Documentation](http://kubernetes.io/docs/)) `Apache` `Go` * [MCollective](https://puppet.com/mcollective) - Ruby framework to manage server orchestration, developed by Puppet labs. +* [Nomad](https://www.nomadproject.io) - Simple and flexible orchestrator for Docker, Podman, executables, Java, and QEMU - ([Source Code](https://github.com/hashicorp/nomad), [Documentation](https://www.nomadproject.io/docs)) `MPL-2.0` `Go` * [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. * [Rundeck](http://rundeck.org/) - Simple orchestration tool. * [Salt](http://saltstack.com/) - Fast, scalable and flexible systems management software written in Python/ZeroMQ.