Tag: mesos

Service Discovery With Java and Database Application in DC/OS

Service Discovery With Java and Database Application in DC/OS

This blog will show how a simple Java application can talk to a database or database as a service (DBaaS) using service discovery in DC/OS. Why Service Discovery? An application typically consist of multiple components such as an application server, a database, a...

Couchbase Cluster on Mesos with DC/OS

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 frameworks are applications that runs on...