Author
-

Docker Service and Swarm Mode to Create Couchbase Cluster
Docker 1.12 introduced Services. A replicated, distributed and load balanced service can be easily created using docker service create command. A “desired state” of the application, such as run 3 containers of Couchbase, is provided…
-

Docker, Minecraft, Rx Java, CI/CD, Couchbase at JavaOne 2016
JavaOne 2016 Session Catalog is now live! There are 400+ sessions from Sep 17 (Saturday) through Sep 22 (Thursday). Here are some of the places where you’ll find me: Day/Date Time Title Co-speaker Saturday, Sep 17 8am – 5pm…
-

Docker Services, Stack and Distributed Application Bundle
First Release Candidate of Docker 1.12 was announced over two weeks ago. Several new features are planned for this release. This blog will show how to create a Distributed Application Bundle from Docker Compose and…
-

Couchbase Connect 2016 Call for Papers
Couchbase Connect is an event where the best Dev and Ops minds in NoSQL get together! Inviting all developers, architects, administrators, and CxOs to Save the Date for Couchbase Connect16. This event is happening in the beautiful Bay…
-

Kubernetes Cluster on Azure 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. This fourth part will show:…
-

Couchbase 4.5 Beta is Now Available – Faster, Simpler, More Secure
Couchbase 4.5 Beta is now available, download! This release has three main themes: Here is the list of features that you can now play with: More details in What’s New in Couchbase 4.5 Beta! Read…
-

Couchbase 4.5 Application Contest – Chance to win $500 Amazon gift card!
Couchbase 4.5 Beta was announced yesterday and it can make you $500 richer! This blog announces a contest asking developers to build an application using Couchbase 4.5 Beta. Each qualified entry wins a #Couchbase swag worth $25. One lucky…
-

Couchbase on Mesos using DC/OS and Amazon
Couchbase Docker container can easily run on a variety of orchestration platforms: Docker container using Apache Mesos and Marathon explained how to setup Mesos, Marathon, and run a simple Docker image. The setup was quite involving and a bit…
-

Couchbase Cluster on Docker Swarm using Docker Compose and Docker Machine
This blog post will explain how to create and scale a Couchbase Cluster using full armor of Docker – Docker Machine, Docker Swarm and Docker Compose. Here is what we’ll do: Docker Swarm Cluster using…
-

Couchbase on Amazon Marketplace
Couchbase Server can be easily downloaded and installed on your local machine. However a common way to run it is on Amazon. This blog will explain how you can run Couchbase on Amazon. Couchbase Server can…
-

Scaling and Rebalancing a Couchbase Cluster using CLI
Couchbase provides high availability and disaster recovery in several ways: This blog will show how to create a Couchbase cluster using Couchbase Command Line Interface (CLI). In addition, these steps can also be performed using…
-

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…