General
PromptBeginner5 minmarkdown
Untitled Skill
193
Use for kubectl, CNPG, and kustomize/helm operations in this repo, including rollouts and cluster debugging.
Loading actions...
Main instructions and any bundled files for this skill.
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.mdTypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks