Skip to content

couchbaselabs/cboperator-hol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Modern business applications are expected to be up 24/7, even during the planned rollout of new features and periodic patching of Operating System or application. Achieving this feat requires tools and technologies that ensure the speed of development, infrastructure stability and ability to scale.

Container orchestration tools like Kubernetes is revolutionizing the way applications are being developed and deployed today by abstracting away the physical machines it manages. With Kubernetes, you can describe the amount of memory, compute power you want, and have it available without worrying about the underlying infrastructure.

Pods (unit of computing resource) and containers (where the applications are run) in Kubernetes environment can self-heal in the event of any type of failure. They are, in essence, ephemeral. This works just fine when you have a stateless microservice but applications that require their state maintained for example database management systems like Couchbase, you need to be able to externalize the storage from the lifecycle management of Pods & Containers so that the data can be recovered quickly by simply remounting the storage volumes to a newly elected Pod.

This is what Persistent Volumes enables in Kubernetes based deployments. Couchbase Autonomous Operator is one of the first adopters of this technology to make recovery from any infrastructure-based failure seamless and most importantly faster.

In these workshops we will take a step-by-step look at how you can deploy Couchbase cluster on different cloud platforms:

  • using multiple Couchbase server groups that can be mapped to a separate availability zone (wherever applicable) for high availability
  • leverage persistent volumes for fast recovery from infrastructure failure.

Figure 1: Couchbase Autonomous Operator for Kubernetes self-monitors and self-heals Couchbase database platform.

Repository guides:

Open-Source EKS GKE AKS
Open-Source Amazon EKS Google GKE Azure AKS

Deployments On-premise

Deployments on Cloud

Amazon EKS

Google GKE

Azure AKS

About

This repo will have hands-on labs for Couchbase Operator for different public cloud environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published