Re: Mesos 0.28 SSL in official packages

2016-04-12 Thread Steven Borrelli
I’d be willing to assist in the effort to have standard packages (and additional packages for modules like net-modules). Steven Borrelli st...@borrelli.org > On Apr 12, 2016, at 11:10 AM, Adam Bordelon <a...@mesosphere.io> wrote: > > We've discussed Apache-built/distributed

Announcing: Mesos Consul service discovery bridge

2015-04-29 Thread Steven Borrelli
I’m pleased to announce the open-source release of a mesos-consul bridge at https://github.com/CiscoCloud/mesos-consul. Mesos-consul automatically registers/deregisters Mesos tasks into Consul’s service catalog, so that task information available for discovery via Consul’s DNS service or API.

Re: Current State of Service Discovery

2015-04-12 Thread Steven Borrelli
We’ve been looking at this as a core part of microservices-infrastructure [1], so I have been thinking of this problem a lot. We’re using consul [2] as our service discovery engine. We like the fact that it already has an http api, WAN dns discovery, and health checks at the agent level.