This tutorial leverages the Google Cloud Platform to streamline the provisioning of a Kubernetes cluster and the necessary compute infrastructure required to run a Nomad cluster. Sign up for $300 in free credits.
Estimated cost to run this tutorial: $0.43 per hour ($10.31 per day).
The compute resources required for this tutorial exceed the Google Cloud Platform free tier.
The Nomad on Kubernetes repository holds a collection of configuration files and scripts that must be downloaded onto the machine used to follow this tutorial. Use the git
command to clone this repository:
git clone https://github.com/kelseyhightower/nomad-on-kubernetes.git
The remainder of this tutorial assumes your working directory is the root of the cloned repository. Move into the nomad-on-kubernetes
directory:
cd nomad-on-kubernetes
Next: Install Client Tools