Getting Started
-
Install a Kubernetes cluster (e.g.
kind
) -
Terminal window # Startup a fresh kind clusterkind delete cluster && kind create clusterzarf 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)Terminal window # Startup a fresh kind clusterkind delete cluster && kind create cluster# Download the default init package and deploy itzarf tools download-initzarf init --confirm# Deploy the DOS Games packagezarf package deploy oci://🦄/dos-games:1.0.0 \--key=https://zarf.dev/cosign.pub \--confirm -
Join us on the Kubernetes Slack in the #zarf channel or the #zarf-dev channel!