kubernetes
Use for kubectl, CNPG, and kustomize/helm operations in this repo, including rollouts and cluster debugging.
Works with
--- name: kubernetes description: Use for kubectl, CNPG, and kustomize/helm operations in this repo, including rollouts and cluster debugging. license: MIT --- # Kubernetes ## Overview Operate cluster resources with explicit namespaces and GitOps manifests. Use CNPG for Postgres access and Helm v3 for kustomize when required. ## Namespace discipline Always specify `-n jangar` for the Jangar stack unless a different namespace is required. ## Common operations ```bash kubectl get pods -n jangar kubectl logs -n jangar deploy/bumba --tail=200 kubectl rollout status -n jangar deployment/bumba ``` ## Exec and port-forward ```bash kubectl exec -n jangar deploy/bumba -- env | rg TEMPORAL kubectl -n jangar port-forward svc/open-webui 8080:80 ``` ## CNPG (Postgres) ```bash kubectl cnpg psql -n jangar jangar-db -- -c 'select now();' ``` ## Helm-enabled kustomize ```bash mise exec helm@3 -- kustomize build --enable-helm argocd/applications/jangar | kubectl apply -n jangar -f - ``` ## Resources - Reference: `references/kubectl-runbook.md` - Helper: `scripts/kubectl-ns.sh` - Triage checklist: `assets/kubectl-triage.md`
More DevOps & Infrastructure skills
azure-ai
microsoft/azure-skills
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.
appinsights-instrumentation
microsoft/azure-skills
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-storage
microsoft/azure-skills
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

