Skip to content

Latest commit

 

History

History
 
 

dcos

Example configs for DC/OS

For more information see our DC/OS Getting Started Guide.

Deploy webapp

dcos marathon app add webapp.json

Deploy linkerd

Note the linkerd-dcos.json files assume 4 nodes. Modify this to equal the total number of public+private nodes in your cluster.

dcos marathon app add linkerd-dcos.json

Deploy namerd (for configurations that include namerd)

dcos marathon app add namerd-dcos.json

Test namerd dtab interface

curl $PUBLIC_NODE:4180/api/1/dtabs/default

Test

$ http_proxy=$PUBLIC_NODE:4140 curl -s http://webapp/hello
Hello world

Test ingress configuration

$ curl $PUBLIC_NODE:4242/hello
Hello world