Skip to content

Getting Started

  1. Install Zarf

  2. Install a Kubernetes cluster (e.g. kind)

  3. Terminal window
    # Startup a fresh kind cluster
    kind delete cluster && kind create cluster
    zarf init
    # (Select 'Y' to download the default init package)
    # (Select 'Y' to confirm deployment)
    # (Select optional components as desired)
    # Now you are ready to deploy any Zarf Package, try out our Retro Arcade!!
    zarf package deploy oci://🦄/dos-games:1.0.0 --key=https://zarf.dev/cosign.pub
    # (Select 'Y' to confirm deployment)
  4. Join us on the Kubernetes Slack in the #zarf channel or the #zarf-dev channel!