작가
-

DC/OS에서 Java와 데이터베이스 애플리케이션을 이용한 서비스 디스커버리
이 블로그는 DC/OS의 서비스 검색을 사용하여 간단한 자바 애플리케이션이 데이터베이스 또는 서비스형 데이터베이스(DBaaS)와 통신하는 방법을 보여줍니다. 왜 서비스 검색인가요? 애플리케이션은 일반적으로 다음과 같은 여러 구성 요소로 구성됩니다...
-

NoSQL은 데이터베이스 데브옵스를 단순화합니다
Does your organization want to simplify Database DevOps? Is your database becoming a bottleneck to innovate rapidly? Do you want to save millions of $$ in database licensing cost? Read on! State of Database DevOps…
-

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…