Month: January 2017

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

Couchbase Weekly, Mar 14, 2016

Couchbase Weekly, Mar 14, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev,  @couchbase or #Couchbase. March 15: Couchbase Day Waltham March 16: Couchbase Day London (First Non-US Couchbase Day in EMEA) March 17 – 18: SF Droidcon, San Francisco...

Couchbase Weekly, Mar 22, 2016

Couchbase Weekly, Mar 22, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. March 25: Breizh Camp, Rennes March 22: Couchbase Denver (Meetup) News Couchbase Press Releases Press Release: Couchbase, the Database Company for the Digital Economy, Secures...

Couchbase Weekly, Mar 28, 2016

Couchbase Weekly, Mar 28, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Highlights Events March 31: Couchbase Day Minneapolis Announcements Couchbase is participating in the 10th annual Future of Open Source Survey sponsored by North Bridge and Black...

Using Golang to get Multiple Couchbase Documents by Key in a Single Operation

Using Golang to get Multiple Couchbase Documents by Key in a Single Operation

Couchbase and the various server SDKs offer many different ways to query for data. You could write N1QL queries, view queries, or you could even lookup documents by their key. Of the three possible ways to obtain data, doing lookups...

Deploy Docker to Amazon Cloud using Tutum

Deploy Docker to Amazon Cloud using Tutum

Have you felt the need to run Docker containers on Amazon? Amazon Container Service requires extensive setup and manual work. This is meant for programmers who have plenty of time and willing to debug through multiple steps. For mundane programmers, like me,...

Docker 1.10, Machine 0.6.0, Compose 1.6.0 – better volumes and networking

Docker 1.10, Machine 0.6.0, Compose 1.6.0 – better volumes and networking

Docker 1.10 is now released! Read about all the new features in Docker 1.10. A quick summary: New Compose file format Much better networking Much better security Swarm becomes 1.1, with Mesos integration Read Docker 1.10 release notes. Lets look at some...