patrick-stephens / helm-charts

Helm charts for deployed couchbase services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Helm charts for deployed couchbase services

License:Apache License 2.0


Languages

Language:Python 41.1%Language:Mustache 39.5%Language:Shell 19.0%Language:Dockerfile 0.5%