← ClaudeAtlas

couchbase-kuberneteslisted

Deploy and operate Couchbase on Kubernetes using the Couchbase Autonomous Operator (CAO). Use whenever the user asks about Couchbase Autonomous Operator, CAO, CouchbaseCluster CRD, Couchbase on Kubernetes, Couchbase on EKS, Couchbase on GKE, Couchbase on AKS, Couchbase on OpenShift, Helm chart for Couchbase, CouchbaseBucket CRD, CouchbaseUser CRD, CouchbaseBackup CRD, CouchbaseReplicationRepresentation, server groups in Kubernetes, rack awareness in Kubernetes, persistent volumes for Couchbase, Couchbase pod resources, rolling upgrades via operator, Couchbase operator RBAC, Prometheus with CAO, or 'how do I run Couchbase on Kubernetes.' Distinct from couchbase-capella (managed Capella — no Kubernetes involved) and couchbase-upgrade (server binary upgrades outside Kubernetes). Use proactively when the user has a Kubernetes or OpenShift deployment requirement.
celticht32/Couchbase-Skills-for-Claude.ai · ★ 1 · DevOps & Infrastructure · score 75
Install: claude install-skill celticht32/Couchbase-Skills-for-Claude.ai
# Couchbase on Kubernetes (Autonomous Operator) A skill for *deploying and operating* Couchbase on Kubernetes using the Couchbase Autonomous Operator (CAO). CAO is a Level 5 Kubernetes Operator — it manages the full lifecycle of a Couchbase cluster as a set of Kubernetes custom resources. Distinct from: - `couchbase-capella` — fully managed Capella (no Kubernetes to manage) - `couchbase-upgrade` — upgrading the Couchbase binary outside Kubernetes (or the planning layer for k8s upgrades) - `couchbase-sizing` — the capacity math applies equally; this skill covers the k8s-specific mechanics ## When this skill applies - "How do I deploy Couchbase on Kubernetes?" - "How do I install the Couchbase Autonomous Operator?" - "How do I configure a CouchbaseCluster resource?" - "How do I configure rack awareness / AZ-awareness in Kubernetes?" - "How do I size persistent volumes for Couchbase pods?" - "How do I do a rolling upgrade via the operator?" - "How do I configure Prometheus monitoring with CAO?" - "How does the operator manage buckets, users, and backups?" - "How do I use the CAO Helm chart?" ## Pick the right reference | Question | Read | |---|---| | "Installing CAO — Helm chart, namespaces, RBAC, admission controller" | `references/installation.md` | | "CouchbaseCluster CRD — node topology, services, server groups, resources, storage" | `references/cluster-crd.md` | | "Buckets, users, backups, XDCR as Kubernetes resources" | `references/supporting-crds.md` | | "Operations