Arun Gupta | Couchbase Blog

Author

All posts by Arun Gupta, VP, Developer Advocacy, Couchbase

Arun Gupta is the vice president of developer advocacy at Couchbase. He has built and led developer communities for 10+ years at Sun, Oracle, and Red Hat. He has deep expertise in leading cross-functional teams to develop and execute strategy, planning and execution of content, marketing campaigns, and programs. Prior to that he led engineering teams at Sun and is a founding member of the Java EE team. Gupta has authored more than 2,000 blog posts on technology. He has extensive speaking experience in more than 40 countries on myriad topics and is a JavaOne Rock Star for three years in a row. Gupta also founded the Devoxx4Kids chapter in the US and continues to promote technology education among children. An author of several books on technology, an avid runner, a globe trotter, a Java Champion, a JUG leader, NetBeans Dream Team member, and a Docker Captain, he is easily accessible at @arungupta.

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

Couchbase Weekly, May 11, 2016

Couchbase Weekly, May 11, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Highlights Events May 11: Apps World North America, San Francisco (Speaking) May 11 – 12: GeeCON, Krakow (Speaking) May 16 – 19: OSCON, Austin May 18: Couchbase Day — Cromwell...

Couchbase Mobile at Xamarin Evolve

Couchbase Mobile at Xamarin Evolve

Couchbase Mobile will be at Xamarin Evolve 2016! Couchbase Mobile comes with three components: Couchbase Lite – A fully functional, on-device, lightweight, native, embedded NoSQL database. Sync Gateway – Everything you need to securely sync on-device Couchbase Lite with Couchbase Server in the...

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

Couchbase Weekly, Apr 11, 2016

Couchbase Weekly, Apr 11, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. No events this week News Media Mentions SiliconANGLE (blog): Survey sees big growth for next-generation databases Computing UK: MongoDB, Amazon RDS and Aurora, Cassandra are...

Couchbase Weekly, Apr 18, 2016

Couchbase Weekly, Apr 18, 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Highlights Events April 20 – 22: Devoxx, Paris April 24 – 28: Xamarin Evolve, Orlando Meetups April 21: Couchbase Silicon Valley User Group...

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

How to Install Docker on Windows Server 2016

How to Install Docker on Windows Server 2016

This multi-part blog series will show how to configure, build, and run Docker containers on Windows. The first part showed how to setup Windows Server 2016 on Virtual Box for Docker Containers. This part will install the operating system images...

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