This repository provides an easy way to setup a simple Nomad cluster with self-signed certificates on the Hetzner cloud.
Warning
This project is not an official Hetzner Cloud Integration and is intended to be used internally. There is no backwards-compatibility promise.
- Set the
HCLOUD_TOKEN
environment variable
Warning
The development environment runs on Hetzner Cloud servers, which will induce costs.
- Deploy the development cluster:
make -C example up
- Load the generated configuration to access the development cluster:
source example/files/env.sh
- Check that the development cluster is healthy:
nomad node status
make -C example down