Autor
-

Descubrimiento de servicios con Java y aplicación de base de datos en DC/OS
Este blog mostrará cómo una aplicación simple de Java puede comunicarse con una base de datos o una base de datos como servicio (DBaaS) utilizando el descubrimiento de servicios en DC/OS. ¿Por qué el descubrimiento de servicios? Una aplicación normalmente consta de múltiples componentes como...
-

NoSQL simplifica el DevOps de bases de datos
¿Tu organización quiere simplificar el DevOps de bases de datos? ¿Tu base de datos se está convirtiendo en un obstáculo para innovar rápidamente? ¿Quieres ahorrar millones de $$ en costos de licencias de bases de datos? ¡Sigue leyendo! El estado actual del DevOps de bases de datos…
-

Stateful Containers using Portworx and Couchbase
Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to be treated differently. Managing Persistence for Docker Containers provide a great overview of how…
-

Getting Started with Oracle Container Cloud Service
Oracle Container Cloud Service is Oracle’s entry into the world of managed container service. There are plenty of existing options: This blog will explain how to get started with Oracle Container Cloud Service. A comparison…
-

Couchbase Cluster using Docker
Docker Swarm and Service Mode to create Couchbase Cluster explained how to create a Couchbase Cluster using Docker. It used the concept of a “master” and a “worker” service to simplify and automate the creation of…
-

Microservice using AWS Serverless Application Model and Couchbase
Amazon Web Services introduced Serverless Application Model, or SAM, a couple of months ago. It defines simplified syntax for expressing serverless resources. SAM extends AWS CloudFormation to add support for API Gateway, AWS Lambda and Amazon…
-

Starting a Kubernetes 1.5.x cluster
Kubernetes 1.5.0 was released just about a month ago! Key theme for the release are: Read CHANGELOG for complete details. Up until 1.5.0, starting up a Kubernetes cluster on Amazon Web Services was pretty straight forward. But…
-

AWS Serverless Lambda Scheduled Events to Store Tweets in Couchbase
This blog has explained a few Serverless concepts with code samples: This particular blog entry will show how to use AWS Lambda to store tweets of a tweeter in Couchbase. Here are the high level components: The key concepts…
-

Kubernetes Monitoring with Heapster, InfluxDB and Grafana
Kubernetes provides detailed insights about resource usage in the cluster. This is enabled by using Heapster, cAdvisor, InfluxDB and Grafana. Heapster is installed as a cluster-wide pod. It gathers monitoring and events data for all pods on each…
-

Docker for AWS – Getting Started Video
Want to create a highly-available Docker cluster on Amazon Web Services? Run multi-container applications on it using Docker Services? Docker for AWS allows you to exactly do that! This video shows: Enjoy! https://www.couchbase.com/products/cloud/kubernetes provide more details about how to…
-

Couchbase Cluster on Mesos with DC/OS
Apache Mesos is an open source cluster manager developed at UC Berkeley. It provides resource isolation and sharing across distributed applications. Mesos consists of a master daemon that manages slave daemons running on each cluster node.Mesos…
-

Docker on Windows 2016 Server
This blog is the first part of a multi-part series. The first part showed how to set up Windows Server 2016 as a VirtualBox VM. This second part will show how to configure Docker on Windows…