Category: Couchbase Server

Couchbase Cluster on Amazon using CLI
Couchbase on Amazon Marketplace showed how to setup a single Couchbase node using EC2 Console. But typically you provision these nodes en masse, and more commonly create a cluster of them. Couchbase clusters are homogenous, scales horizontally and thus ensure that database does not become...

Scaling and Rebalancing a Couchbase Cluster using CLI
Couchbase provides high availability and disaster recovery in several ways: Homogenous cluster Replication Intra-cluster replication Cross-data center replication (XDCR) Backup and restore Rack zone awareness This blog will show how to create a Couchbase cluster using Couchbase Command Line Interface (CLI)....

Couchbase XDCR using Docker Swarm, Machine and Compose
Cross Datacenter Replication (XDCR) in Couchbase provides an easy way to replicate data from one cluster to another. The clusters are typically set in geographically diverse data centers. This enables for disaster recovery or to bring data closer to users for faster...

Monitoring Docker Containers – docker stats, cAdvisor, Universal Control Plane
There are multiple ways to monitor Docker containers. This blog will explain a few simple and easy to use options: docker stats command Docker Remote API cAdvisor Prometheus InfluxDB Docker Universal Control Plane Lets take a look at each one of them....

Windows Server 2016 using VirtualBox for Docker Containers
Windows Server 2016 is adding support for Docker containers. Technology Preview 5 was recently released and provides basic support for Docker. This multi-part blog series will show how to configure, build, and run Docker containers on Windows. The first part shows how to...

Kubernetes Cluster on Amazon and Expose Couchbase Service
This blog is part of a multi-part blog series that shows how to run your applications on Kubernetes. It will use the Couchbase, an open source NoSQL distributed document database, as the Docker container. The first part (Couchbase on Kubernetes) explained how to start the Kubernetes cluster...

Kubernetes Cluster on Google Cloud and Expose Couchbase Service
This blog is part of a multi-part blog series that shows how to run your applications on Kubernetes. It will use the Couchbase, an open source NoSQL distributed document database, as the Docker container. The first part (Couchbase on Kubernetes) explained how to start the Kubernetes cluster...

NetBeans Plugin for Couchbase Part 4 – Coffee on Couchbase
This is part 4 (part 3, part 2, part 1) of Coffee on Couchbase series where we are building a NetBeans plugin for Couchbase. This multi-part webinar series is a discussion with Geertjan Wielenga (@GeertjanW) and Eben Haber (@ebenhaber). As part of this series, you’ll also...

Kubernetes Namespaces, Resource Quota, and Limits for QoS in Cluster
By default, all resources in Kubernetes cluster are created in a default namespace. A pod will run with unbounded CPU and memory requests/limits. A Kubernetes namespace allows to partition created resources into a logically named group. Each namespace provides: a unique scope for...

NetBeans Plugin for Couchbase Part 5 – Coffee on Couchbase
This is part 5 (part 4, part 3, part 2, part 1) of Coffee on Couchbase series where we are building a NetBeans plugin for Couchbase. This multi-part webinar series is a discussion with Geertjan Wielenga (@GeertjanW) and Eben Haber (@ebenhaber). As part of this series,...

Docker Tooling in Eclipse Video
Eclipse Mars provides integrated tooling for Docker. What can you do? Pull/Push/Build Docker images Run/Start/Stop/Kill Docker containers Customize views The video below shows how to get started with and try out some of the features: Couchbase Docker Container is used to showcase...

Getting Started with Docker Cloud
Deploying Docker to Amazon using Tutum explained how to deploy a Docker image to Docker Tutum. Tutum is now Docker Cloud. Read Announcing Docker Cloud for more details. The key features of Docker Cloud are: Authentication using Docker ID Integration with Docker Hub...