Roblox/nomad-driver-containerd
Nomad-driver-containerd is a Nomad task driver that enables launching containers directly using containerd, providing a Docker-free container orchestration solution within Nomad.
The project "terraform-provider-nomad" is a Terraform provider plugin maintained by the Nomad team at HashiCorp. It integrates HashiCorp Nomad with Terraform, enabling users to manage Nomad resources using Terraform's infrastructure as code approach. The provider supports Terraform version 1.0.x and requires Go 1.24 for building the plugin from source. Users can clone the repository, build the provider, and use it within their Terraform environment. The provider can be installed automatically by Terraform during initialization or manually by specifying a custom-built version. The project includes detailed instructions for building, using, and developing the provider, including setting up the Go environment, compiling the provider, and configuring Terraform to use a locally built binary. Testing is supported through unit tests and a full suite of acceptance tests that require a running Nomad agent with ACL enabled. The acceptance tests create real resources and require a management token, emphasizing the need for a fresh Nomad instance for each test run. The provider's documentation is available on the Terraform website, providing configuration options and usage guidelines. Overall, this project facilitates the automation and management of Nomad clusters and jobs through Terraform, streamlining infrastructure management for users leveraging HashiCorp's ecosystem.
https://github.com/hashicorp/terraform-provider-nomad
Nomad-driver-containerd is a Nomad task driver that enables launching containers directly using containerd, providing a Docker-free container orchestration solution within Nomad.
A Nomad task driver that enables the creation and management of Firecracker micro-virtual machines within the Nomad orchestration platform.
Nomad-driver-iis is a Nomad task driver plugin by Roblox for orchestrating Windows IIS website tasks, enabling automated management of IIS application pools and sites within Nomad clusters.
A HashiCorp Nomad task driver plugin that enables running tasks inside FreeBSD jails, providing native containerization and resource control for FreeBSD environments.
dokku-scheduler-nomad is a Dokku plugin that integrates Nomad as a scheduler for deploying applications within a Nomad cluster environment.
A Nomad task driver plugin that enables sandboxing and management of workloads in Podman containers with advanced resource and network configuration features.