Getting Started (original) (raw)
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://ghcr.io/zarf-dev/packages/dos-games:1.2.0 --key=https://zarf.dev/cosign.pub
# (Select 'Y' to confirm deployment)