Get started with Gough

Bootstrap a first node with the gough CLI — from install to a node running a deployed Biome (Kubernetes, in this walkthrough) in about 30 minutes.

  1. 1. Install the CLI

    curl -fsSL https://releases.penguintech.io/gough/install.sh | bash
    gough version
  2. 2. Create a cluster

    gough cluster create --name=lab --cluster-size=3 --primary-ip=<your_vm_ip>
    gough cluster status
  3. 3. PXE-boot a worker node

    Power on a second machine with network boot enabled. It appears in the WebUI’s Machines tab (or gough node list) within about a minute.

  4. 4. Deploy a Biome

    gough biome list
    gough biome deploy k8s-primary --node node-01
    kubectl get nodes

More resources