Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Couchbase on Kubernetes

License

NotificationsYou must be signed in to change notification settings

arun-gupta/couchbase-kubernetes

Repository files navigation

Start Kubernetes cluster

export KUBERNETES_PROVIDER=aws./cluster/kube-up.sh

Create Couchbase Service and Expose as LB

Create a Service, Replication Controller with 1 replica, and expose all of this as a Load Balancer

./cluster/kubectl.sh -f couchbase-service.yml

Couchbase Cluster

Explicitly

  1. Create Couchbase Replication Controller with 2 replicas:

    ./cluster/kubectl.sh -f couchbase-rc.yml
  2. Get pods in the RC:

    ./kubernetes/cluster/kubectl.sh get po
  3. Get IP address of the two pods:

    ./kubernetes/cluster/kubectl.sh describe <pod-1>./kubernetes/cluster/kubectl.sh describe <pod-2>
  4. Create the cluster and rebalance:

    couchbase-cli rebalance --cluster=<pod-1-ip>:8091 --user Administrator --password password --server-add=<pod-2-ip> --server-add-username=Administrator --server-add-password=password

About

Couchbase on Kubernetes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp