Skip to content
#

marathon

Here are 211 public repositories matching this topic...

traefik
dawinter
dawinter commented May 25, 2019

Hi,

the Haproxy supports h2 frontend support and I tried to enable it with marathon-lb. I took a while but finally I was successful.

I created the following overwrite template HAPROXY_HTTPS_FRONTEND_HEAD file (including the leading and post empty line) and added into the template folder.

``

frontend marathon_https_in
bind *:443 ssl {sslCerts} alpn h2,http/1.1
mode http

``

folkyatina
folkyatina commented Mar 5, 2020

Downloading section says that all you should do is to add

id 'marathon' version 'X.X.X'

to your build.gradle to add the plugin, but it will not work without this little magic in settings.gradle:

pluginManagement {
    resolutionStrategy {
        eachPlugin {
            if (requested.id.id == "marathon") {
        
harryge00
harryge00 commented Dec 12, 2018

I am not familiar with consul. I thought I need to run a consul server along with marathon-consul in Mesos-master. And run consul-agent in each Mesos-agent ?
I am a bit confused on the relationship between marathon-consul and consul-server, because there is no config about consul-server address...

使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。

  • Updated Oct 23, 2017
aweigold
aweigold commented Jun 22, 2018

The README.md documentation states that if a MetaDataFilter is configured, then any services returned by service ID must also match Marathon app labels.

However the behavior of the MarathonServerList returns all instances of MarathonServer if the service id matches, and only queries the Marathon client by app label if no instances are returned by service id.

(also, if you would like he

Improve this page

Add a description, image, and links to the marathon topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the marathon topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.