Nomad

In this section, you’ll learn how to deploy knot to a Nomad cluster and walk through creating a simple template to deploy a space.


System Requirements

To complete this tutorial, ensure you have the following:

  • A working Nomad cluster.
  • The knot binary installed on your operating system.
  • Storage drivers accessible via Container Storage Interface (CSI) or space available for use via bind mounts.
  • A working ingress controller.

Install the Binary

Linux Installation

The Linux client can be installed via Homebrew or by downloading the latest binary from GitHub releases.

brew install paularlott/tap/knot

What’s Next