For more information see our DC/OS Getting Started Guide.
dcos marathon app add webapp.json
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
dcos marathon app add namerd-dcos.json
curl $PUBLIC_NODE:4180/api/1/dtabs/default
$ http_proxy=$PUBLIC_NODE:4140 curl -s http://webapp/hello
Hello world
$ curl $PUBLIC_NODE:4242/hello
Hello world