Service Discovery with Java and Database application in DC/OS

1 · Arun Gupta · March 9, 2017, 9:17 p.m.
This blog will show how a simple Java application can talk to a database using service discovery in DC/OS. Why Service Discovery? An application typically consist of multiple components such as an application server, a database, a web server, caching and messaging server. Typically, multiple replicas of each component would run based upon the needs of your application. Deploying this application using a container orchestration framework means … Continue reading Service Discovery with Java and Da...