You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. Stop Tilt (if running)
tilt down
# 2. Stop the k3d cluster
make cluster-down
π Start Everything
# 1. Start the k3d cluster with registry
make cluster-up
# 2. Install Knative + Kourier (only needed first time or after cluster-down)
make install-knative
# 3. Start Tilt (deploys hello service automatically)
tilt up
π Restart Just Tilt (cluster stays running)
# Stop Tilt
tilt down
# Start Tilt again
tilt up
β Verify Everything Works
# Check cluster status
make status
# Test the service (after tilt up)
curl -H "Host: hello.default.127.0.0.1.sslip.io" http://localhost:8080