multitenant-up
Installation
SKILL.md
Boot up the multi-tenant K8s stack:
-
Build and deploy:
just run-multitenant-local -
Kill any stale port-forwards and start fresh ones:
pkill -f 'port-forward.*duckgres' 2>/dev/null; sleep 1 kubectl -n duckgres port-forward svc/duckgres 5432:5432 &>/dev/null & kubectl -n duckgres port-forward svc/duckgres 8815:8815 &>/dev/null & kubectl -n duckgres port-forward deployment/duckgres-control-plane 9090:9090 &>/dev/null & -
Grab the admin API token:
kubectl -n duckgres logs deployment/duckgres-control-plane | grep 'admin API token'