cockroachdbcockroachdbOfficialยท6 Agent Skills Included

helm-charts

Deploy, secure, and troubleshoot CockroachDB on Kubernetes

Installs and manages CockroachDB clusters on Kubernetes using Helm charts and the CockroachDB Operator. Handles TLS certificate setup, multi-region validation, and migrations from StatefulSet or legacy operator deployments. Diagnoses failed installs, stuck upgrades, and reconciliation issues with step-by-step evidence collection. Eliminates guesswork and manual kubectl debugging during production database operations.
npx skills add cockroachdb/helm-charts --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install CockroachDB Helm Charts?โ–ผ

Run `npx skills add cockroachdb/helm-charts --all -g -y` in your terminal to install all skills in this suite globally.

How to deploy CockroachDB on Kubernetes with Helm?โ–ผ

These skills guide you through preflight checks, installing the operator chart first, then the CockroachDB chart with a minimal values file. They also verify CRDs, cluster readiness, and SQL connectivity after install.

How to secure CockroachDB with TLS certificates?โ–ผ

The TLS configuration skill helps you choose between self-signer, cert-manager, or external certificates and validates all required Secrets and ConfigMaps before deployment.

How to fix a failed CockroachDB Helm deployment?โ–ผ

The diagnostics skill classifies the failure, collects read-only evidence like logs and resource status, and suggests the smallest safe remediation step.

Can I migrate from StatefulSet to the CockroachDB Operator?โ–ผ

Yes. A dedicated migration skill walks you through each migration phase, checks certificate and PVC ownership, and helps debug stuck migrations safely.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’