github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/ecosystem.mdx (about) 1 --- 2 layout: docs 3 page_title: Nomad Ecosystem 4 description: Comparison between Nomad and Kubernetes 5 --- 6 7 # Nomad Ecosystem 8 9 ## Continuous Integration & Delivery 10 11 - [GitLab](https://www.hashicorp.com/resources/nomad-ci-cd-developer-workflows-and-integrations) 12 - [Codefresh](https://codefresh.io/docs/docs/yaml-examples/examples/nomad/) 13 - [CircleCI](https://circleci.com/docs/server/operator/introduction-to-nomad-cluster-operation) 14 - [Drone](https://docs.drone.io/runner/nomad/overview/) 15 - [Jenkins](https://plugins.jenkins.io/nomad/) 16 - [Buildkite](https://buildkite.com/works-with/hashicorp) 17 18 ## Task Drivers 19 20 - [Containerd](https://www.nomadproject.io/plugins/drivers/community/containerd) 21 - [Windows IIS](https://github.com/Roblox/nomad-driver-iis) 22 - [Jailtask](https://www.nomadproject.io/plugins/drivers/community/jail-task-driver) 23 - [Pot](https://github.com/trivago/nomad-pot-driver) 24 - [Singularity](https://www.nomadproject.io/plugins/drivers/community/singularity) 25 - [Firecracker](https://www.nomadproject.io/plugins/drivers/community/firecracker-task-driver) 26 - [Podman](https://www.nomadproject.io/plugins/drivers/podman) 27 - [LXC](https://www.nomadproject.io/plugins/drivers/community/lxc) 28 29 ## Application Definition & Image Build 30 31 - [Nomad Pack](https://github.com/hashicorp/nomad-pack) 32 - [Levant](https://github.com/hashicorp/levant) 33 - [Packer](https://www.packer.io/) 34 - [Waypoint](https://learn.hashicorp.com/collections/waypoint/get-started-nomad) 35 36 ## Container Registry 37 38 - [JFrog Artifactory](https://jfrog.com/blog/cluster-management-made-simple-with-jfrog-artifactory-and-hashicorp-nomad/) 39 40 ## Observability and Analysis 41 42 - Prometheus 43 - [Using Prometheus to Monitor Nomad Metrics](https://learn.hashicorp.com/tutorials/nomad/prometheus-metrics) 44 - [Start Prometheus](https://learn.hashicorp.com/tutorials/nomad/dynamic-application-sizing?in=nomad/nomad-1-0#start-prometheus) 45 - [Grafana](https://www.metricfire.com/blog/monitoring-hashicorp-nomad-with-prometheus-and-grafana/) 46 - [DataDog](https://docs.datadoghq.com/integrations/nomad/) 47 - [Turbonomics](https://www.youtube.com/watch?v=lwtIaPpdDsc) 48 - [Circonus](https://www.nomadproject.io/tools/autoscaling/agent/telemetry#circonus) 49 - [Splunk](https://www.kmruddy.com/2020/deploying-splunk-enterprise-with-nomad/) 50 51 ## Secret Management 52 53 - [Vault](https://www.nomadproject.io/docs/integrations/vault-integration) 54 55 ## Service Mesh 56 57 - [Consul](https://www.nomadproject.io/docs/integrations/consul-integration) 58 59 ## Provisioning 60 61 - [Terraform](https://registry.terraform.io/providers/hashicorp/nomad/latest/docs) 62 - [Chef](https://github.com/nathwill/chef-nomad) 63 - [Ansible](https://github.com/ansible-community/ansible-nomad) 64 65 ## Cloud Native Network 66 67 - [CNI](https://www.nomadproject.io/docs/integrations/consul-connect#cni-plugins) 68 69 ## Service Proxy 70 71 - [Envoy](https://www.nomadproject.io/docs/integrations/consul-connect) 72 - [NGINX](https://learn.hashicorp.com/tutorials/nomad/load-balancing-nginx) 73 - [Traefik](https://learn.hashicorp.com/tutorials/nomad/load-balancing-traefik) 74 75 ## Storage 76 77 - [CSI](https://www.nomadproject.io/docs/concepts/plugins/csi) 78 - [Portworx](https://learn.hashicorp.com/tutorials/nomad/stateful-workloads-portworx) 79 80 ## GPUs 81 82 - NVIDIA 83 - [Using HashiCorp Nomad to Schedule GPU Workloads](https://developer.nvidia.com/blog/hashicorp-nomad-gpu-scheduling/) 84 - [Running GPU-Accelerated Applications on Nomad](https://www.hashicorp.com/resources/running-gpu-accelerated-applications-on-nomad) 85 86 ## Autoscaling 87 88 - AWS ASGs 89 - [Dynamically autoscale your Nomad clusters](https://www.hashicorp.com/blog/cluster-scaling-with-the-hashicorp-nomad-autoscaler) 90 - [Spot](https://docs.spot.io/container-management/nomad/nomad-integration-with-elastigroup/)