Arun Gupta, O'Reilly Media

Arun Gupta

O'Reilly Media

Palo Alto, CA, United States

Contact Arun

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • O'Reilly Media
  • Java Code Geeks

Past articles by Arun:

Why Amazon cares about open source

Arun Gupta discusses the reasons why AWS is committed to open projects and communities. → Read More

Gossip-based Kubernetes Cluster on AWS using Kops

Creating a Kubernetes cluster using Kops requires a top-level domain or a sub domain and setting up ... → Read More

How do I create Docker images and run containers using Maven?

Learn how to use Apache Maven, a project management and comprehension tool, to package your Java application as a Docker image and run as a Docker container. → Read More

Creating Smaller Java Image using Docker Multi-stage Build

Two of the announcements at DockerCon 2017 directly relevant to Java developers are:Docker Mul... → Read More

Service Discovery with Java and Database application in Kubernetes

This blog will show how a simple Java application can talk to a database using service discovery in ... → Read More

Service Discovery with Java and Database application in DC/OS

This blog will show how a simple Java application can talk to a database using service discovery in ... → Read More

Stateful Containers using Portworx and Couchbase

Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful c... → Read More

Microservice using Docker stack deploy – WildFly, Java EE and Couchbase

There is plenty of material on microservices, just google it! I gave a presentation on refactoring m... → Read More

Deploy Docker Compose Services to Swarm

Docker 1.13 introduced a new version of Docker Compose. The main feature of this release is that it ... → Read More

Docker 1.13 Management Commands

Docker 1.13 was released yesterday, congratulations!A quick summary of the key features:Co... → Read More

Microservice using AWS Serverless Application Model and Couchbase

Amazon Web Services introduced Serverless Application Model, or SAM, a couple of months ago. It defi... → Read More

Microservice using AWS API Gateway, AWS Lambda and Couchbase

This blog has explained the following concepts for serverless applications so far:Serverless F... → Read More

Serverless FaaS with AWS Lambda and Java

What is Serverless Architecture? Serverless architecture runs custom code in ephemeral containers t... → Read More

5 simple tips for building your first Docker image with Java

Go beyond basic concepts and frameworks to get started with Docker the right way. → Read More

5 simple tips for building your first Docker image with Java

Go beyond basic concepts and frameworks to get started with Docker the right way. → Read More

Docker Container Anti Patterns

This blog will explain 10 containers anti-patterns that I’ve seen over the past few months:Dat... → Read More

Query JSON using SQL with Couchbase Query Workbench

You’d like to query JSON document database using SQL-like syntax?Couchbase has N1QL for you.... → Read More

Couchbase on OpenShift 3

OpenShift is Red Hat’s open source PaaS platform. OpenShift 3 provides a holistic experience of runn... → Read More

Couchbase 4.1 Docker Container

Couchbase 4.1 was recently released. Highlights of this release are:N1QL: Complete SQL CRUD Sup... → Read More

Show Layers of Docker Image

Every speaking opportunity is a learning lesson, and hence a new opportunity to share. This blog wil... → Read More