ワンクリックで
kubernetes
Use for kubectl, CNPG, and kustomize/helm operations in this repo, including rollouts and cluster debugging.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use for kubectl, CNPG, and kustomize/helm operations in this repo, including rollouts and cluster debugging.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | kubernetes |
| description | Use for kubectl, CNPG, and kustomize/helm operations in this repo, including rollouts and cluster debugging. |
Operate cluster resources with explicit namespaces and GitOps manifests. Use CNPG for Postgres access and Helm v3 for kustomize when required.
Always specify -n jangar for the Jangar stack unless a different namespace is required.
kubectl get pods -n jangar
kubectl logs -n jangar deploy/bumba --tail=200
kubectl rollout status -n jangar deployment/bumba
kubectl exec -n jangar deploy/bumba -- env | rg TEMPORAL
kubectl -n jangar port-forward svc/open-webui 8080:80
kubectl cnpg psql -n jangar jangar-db -- -c 'select now();'
mise exec helm@3 -- kustomize build --enable-helm argocd/applications/jangar | kubectl apply -n jangar -f -
references/kubectl-runbook.mdscripts/kubectl-ns.shassets/kubectl-triage.mdSave and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage.
Navigate this repo quickly to find the correct app, package, or service, and identify the right files for changes.
Operate Temporal workflows in this repo: start, list, inspect, debug, cancel, terminate, and verify Worker Deployment routing.
Build a normalized market-context JSON bundle for a single symbol and timestamp.
Produce normalized fundamentals factors and deltas for one symbol.
Extract structured, source-attributed sentiment context for one symbol.