Skip to content

Prerequisites

Local Development

Tilt offers a simple way of creating a local development environment.

Create a kind cluster

Create a kind cluster with a local registry:

make dev-cluster

Generate

Generate crd and docs when api is modified

make generate

Run Tilt

Then run:

tilt up

Now, Tilt will automatically reload the deployment to your local cluster every time you make a code change.