multitenant-down

作成者: posthog

マルチテナントK8sスタックを解体し、ポートフォワードを停止し、ワーカーポッドをクリーンアップします。マルチテナントモードのテスト終了時に使用します。

npx skills add https://github.com/posthog/duckgres --skill multitenant-down

Tear down the multi-tenant K8s stack:

  1. Kill all port-forwards:

    pkill -f 'port-forward.*duckgres' 2>/dev/null
    
  2. Delete the duckgres namespace (removes control plane, workers, RBAC, services):

    kubectl delete namespace duckgres --ignore-not-found
    
  3. Stop the config store:

    docker compose -f k8s/local-config-store.compose.yaml down
    
  4. Clean up the TLS cert:

    rm -f /tmp/duckgres-server.crt
    
  5. Report to the user that the stack is torn down.

posthogのその他のスキル

managing-experiment-lifecycle
posthog
実験の状態遷移をガイドします:起動、一時停止、再開、終了、バリアントの出荷、アーカイブ、リセット、複製。前提条件などをカバーします。
official
configuring-experiment-analytics
posthog
Configures the analytics side of a PostHog experiment — exposure criteria (default `$feature_flag_called` vs custom exposure events), primary and secondary…
official
error-tracking-hono
posthog
PostHogのHono向けエラートラッキング
official
error-tracking-react
posthog
PostHogのReact向けエラートラッキング
official
integration-android
posthog
Androidアプリケーション向けPostHogインテグレーション
official
integration-ruby
posthog
PostHog統合:Ruby SDKを使用するRubyアプリケーション向け
official
tuning-incremental-sync-config
posthog
同期の設定はExternalDataSchemaに保存され、external-data-schemas-partial-updateを使用していつでも変更できます。ほとんどの変更は非破壊的(次の同期で反映)ですが、一部(sync_typeの切り替え、プライマリキーの変更)は、同期データの破損を防ぐために慎重な対応が必要です。
official
instrument-integration
posthog
このスキルを使用して、アプリケーションにPostHog SDKを追加します。PostHogを初めてセットアップする場合や、PostHogの初期化が必要なPRをレビューする場合に使用してください。SDKのインストール、プロバイダーのセットアップ、基本設定をカバーします。任意のフレームワークや言語に対応しています。
official