Tear down the multi-tenant K8s stack:
Kill all port-forwards:
pkill -f 'port-forward.*duckgres' 2>/dev/nullDelete the duckgres namespace (removes control plane, workers, RBAC, services):
kubectl delete namespace duckgres --ignore-not-foundStop the config store:
docker compose -f k8s/local-config-store.compose.yaml downClean up the TLS cert:
rm -f /tmp/duckgres-server.crtReport to the user that the stack is torn down.