Nomad On Kubernetes

Tutorial on running Nomad on Kubernetes.
Alternatives To Nomad On Kubernetes
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Istio32,669
19 hours ago639April 25, 2021569apache-2.0Go
Connect, secure, control, and observe services.
Dokku24,41124 days ago77April 22, 202146mitShell
A docker-powered PaaS that helps you build and manage the lifecycle of applications
Microservices Demo3,346
10 days ago108apache-2.0Python
Deployment scripts & config for Sock Shop
Diun1,871
2 days ago62February 03, 202245mitGo
Receive notifications when an image is updated on a Docker registry
Kadalu553
5 days ago45June 16, 202248otherPython
A lightweight Persistent storage solution for Kubernetes / OpenShift / Nomad using GlusterFS in background.
Democratic Csi475
a month ago22mitJavaScript
csi storage for container orchestration systems
Nomad On Kubernetes280
5 years ago3apache-2.0Shell
Tutorial on running Nomad on Kubernetes.
Shipyard174
a month ago147October 11, 202236mpl-2.0Go
Modern cloud native development environments
Container Orchestration Comparison117
6 years ago7
A comparison of the different container orchestration tools available.
Container Orchestration Comparisons67
6 years ago2apache-2.0
Set of tutorials demonstrating common uses cases with various Container Orchestration tools (Kubernetes, Swarm, Mesos, Nomad, etc)
Alternatives To Nomad On Kubernetes
Select To Compare


Alternative Project Comparisons
Readme

Nomad on Kubernetes

The Nomad on Kubernetes tutorial documents how to deploy Nomad on Kubernetes. The following diagram provides a high level overview of the Nomad on Kubernetes architecture.

Nomad on Kubernetes

The following components will be deployed to a Kubernetes cluster with minimal CPU and memory allocations to control cost:

Rationale

Nomad and Kubernetes have many differences in terms of managing applications but have also been found to complement each other. Nomad is workload agnostic and supports running non-containerized applications -- broadening the type of workloads you can run across your infrastructure. Other components of the Nomad stack such as Consul and Vault can be leveraged directly within Kubernetes. Consul can provide federated service discovery across multiple Kubernetes clusters and existing platforms such as virtual machines. Vault can provide robust secrets management to Kubernetes workloads including dynamic secret generation.

Kubernetes can ease the deployment and management of Nomad and related components by leveraging some of Kubernetes advanced features including:

Tutorial

Clean up

Run the clean-up bash script to remove all compute resources created by this tutorial:

bash clean-up
Popular Kubernetes Projects
Popular Nomad Projects
Popular Virtualization Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Kubernetes
Tutorials
Vault
Consul
Nomad