Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Consul | 26,533 | 1,022 | 1,872 | 4 hours ago | 782 | September 20, 2022 | 1,248 | mpl-2.0 | Go | |
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. | ||||||||||
Nomad | 13,663 | 103 | 291 | 4 hours ago | 753 | September 14, 2022 | 1,489 | mpl-2.0 | Go | |
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. | ||||||||||
Fabio | 7,177 | 2 | 3 months ago | 50 | September 13, 2022 | 237 | mit | Go | ||
Consul Load-Balancing made simple | ||||||||||
Consul Template | 4,647 | 15 | 58 | 3 days ago | 118 | August 18, 2022 | 150 | mpl-2.0 | Go | |
Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data. | ||||||||||
Gomplate | 2,194 | 32 | 6 days ago | 81 | September 13, 2022 | 34 | mit | Go | ||
A flexible commandline tool for template rendering. Supports lots of local and remote datasources. | ||||||||||
Envconsul | 1,946 | 18 days ago | 41 | July 19, 2022 | 30 | mpl-2.0 | Go | |||
Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault. | ||||||||||
Vault Guides | 936 | 3 months ago | 4 | April 06, 2021 | 57 | mpl-2.0 | Shell | |||
Example usage of HashiCorp Vault secrets management | ||||||||||
Terraform Aws Vault | 653 | 4 months ago | 63 | August 18, 2021 | 71 | apache-2.0 | HCL | |||
A Terraform Module for how to run Vault on AWS using Terraform and Packer | ||||||||||
Consul K8s | 610 | 5 hours ago | 95 | June 17, 2022 | 180 | mpl-2.0 | Go | |||
First-class support for Consul Service Mesh on Kubernetes | ||||||||||
Hashi Up | 498 | 7 months ago | 32 | September 06, 2022 | 3 | mit | Go | |||
bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute |
Nomad is a simple and flexible workload orchestrator to deploy and manage containers (docker, podman), non-containerized applications (executable, Java), and virtual machines (qemu) across on-prem and clouds at scale.
Nomad is supported on Linux, Windows, and macOS. A commercial version of Nomad, Nomad Enterprise, is also available.
Nomad provides several key features:
Deploy Containers and Legacy Applications: Nomads flexibility as an orchestrator enables an organization to run containers, legacy, and batch applications together on the same infrastructure. Nomad brings core orchestration benefits to legacy applications without needing to containerize via pluggable task drivers.
Simple & Reliable: Nomad runs as a single binary and is entirely self contained - combining resource management and scheduling into a single system. Nomad does not require any external services for storage or coordination. Nomad automatically handles application, node, and driver failures. Nomad is distributed and resilient, using leader election and state replication to provide high availability in the event of failures.
Device Plugins & GPU Support: Nomad offers built-in support for GPU workloads such as machine learning (ML) and artificial intelligence (AI). Nomad uses device plugins to automatically detect and utilize resources from hardware devices such as GPU, FPGAs, and TPUs.
Federation for Multi-Region, Multi-Cloud: Nomad was designed to support infrastructure at a global scale. Nomad supports federation out-of-the-box and can deploy applications across multiple regions and clouds.
Proven Scalability: Nomad is optimistically concurrent, which increases throughput and reduces latency for workloads. Nomad has been proven to scale to clusters of 10K+ nodes in real-world production environments.
HashiCorp Ecosystem: Nomad integrates seamlessly with Terraform, Consul, Vault for provisioning, service discovery, and secrets management.
See Learn: Getting Started for instructions on setting up a local Nomad cluster for non-production use.
Optionally, find Terraform manifests for bringing up a development Nomad cluster on a public cloud in the terraform
directory.
See Learn: Nomad Reference Architecture for recommended practices and a reference architecture for production deployments.
Full, comprehensive documentation is available on the Nomad website: https://www.nomadproject.io/docs
Guides are available on HashiCorp Learn.
A timeline of major features expected for the next release or two can be found in the Public Roadmap.
This roadmap is a best guess at any given point, and both release dates and projects in each release are subject to change. Do not take any of these items as commitments, especially ones later than one major release away.
See the contributing
directory for more developer documentation.