bamboo icon indicating copy to clipboard operation
bamboo copied to clipboard

HAProxy auto configuration and auto service discovery for Mesos Marathon

Results 43 bamboo issues
Sort by recently updated
recently updated
newest added

I started Bamboo on Mesos & DockerHUb's milk/bamboo:latest-port across our mesos slaves. ![image](https://cloud.githubusercontent.com/assets/351878/11693752/9eed9c78-9e74-11e5-8acd-df17f83731d6.png) But when I try to list services using curl -i http://X.X.X.X:8000/api/services I get an empty JSON response...

We're using Marathon/Bamboo/HAProxy. When we deploy a new version of an app or just scale it up, we're seeing 503 (service unavailable) responses for a short time from our requests...

is there anyway to populate the marathon endpoints from zookeeper instead of hardcoding the hostnames in the config file or env variable? or what is the elegant way to update...

As requested in #164 I think the only sane way to do this would be to turn the `HAProxy` config entry into a list, with each config file having its...

We are using the following template to automatically create ACLs for our mesos cluster resources: ``` frontend http-in bind *:80 {{ $services := .Services }} {{ range $index, $app :=...

Currently we ran into a case for websocket instance. but i found it need bamboo can support is_websocket detect function, anyone interesting it?

It'd be great to have API versioning for the REST interface so that clients can transition more smoothly between breaking changes and feature upgrades. Personally, I'm a proponent of content...

- Support multiple healthcheck per app - Support TCP, HTTP, COMMAND check specified in Marathon - Try not re-invent the wheel by getting health check information from marathon Also related...

feature

Also a UI element to show if HAProxy is running on localhost (green == process started) ?

feature