Skip to content

couchbase-partners/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying the Operator and Couchbase Server

REQUIRED

  • Helm 3.1+ is required when installing the couchbase cluster chart.
  • A license for Couchbase Server Enterprise Edition.

Quick Start

The Couchbase Operator can be used to instantly deploy the Autonomous Operator, Admission Controller, and Couchbase Cluster. Additonally, Sync Gateway can be deployed, along with auto-generation of TLS and networking services.

To quickly deploy the admission controller and Operator, as well as a Couchbase Server cluster:

  1. Add the chart repository to helm:

    helm repo add couchbase https://couchbase-partners.github.io/helm-charts/
    helm repo update
    
  2. Install the Chart:

    helm install default couchbase/couchbase-operator
    

See Couchbase Helm Documentation for more information about customizing and managing your charts.