원클릭으로
multitenant-down
Tear down the multi-tenant K8s stack, kill port-forwards, and clean up worker pods. Use when done testing multi-tenant mode.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tear down the multi-tenant K8s stack, kill port-forwards, and clean up worker pods. Use when done testing multi-tenant mode.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build, deploy, and port-forward the multi-tenant control plane on local Kubernetes. Use when you need to test duckgres in multi-tenant mode with per-team worker pools.
Start duckgres with DuckLake (S3-backed storage with PostgreSQL metadata) for local testing. Use when testing duckgres against DuckLake or reproducing Fivetran sync issues.
| name | multitenant-down |
| description | Tear down the multi-tenant K8s stack, kill port-forwards, and clean up worker pods. Use when done testing multi-tenant mode. |
Tear down the multi-tenant K8s stack:
Kill all port-forwards:
pkill -f 'port-forward.*duckgres' 2>/dev/null
Delete the duckgres namespace (removes control plane, workers, RBAC, services):
kubectl delete namespace duckgres --ignore-not-found
Stop the config store:
docker compose -f k8s/local-config-store.compose.yaml down
Clean up the TLS cert:
rm -f /tmp/duckgres-server.crt
Report to the user that the stack is torn down.