Category: Couchbase Server

Couchbase XDCR using Docker Swarm, Machine and Compose

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

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 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

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

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

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

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

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

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

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...

NetBeans Plugin for Couchbase Part 6 – Coffee on Couchbase

NetBeans Plugin for Couchbase Part 6 – Coffee on Couchbase

This is part 6 (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,...

NetBeans Plugin for Couchbase Part 7 – Coffee on Couchbase

NetBeans Plugin for Couchbase Part 7 – Coffee on Couchbase

This is part 7of 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 learn how to build...