Docker Stack deployment for cAdvisor & node-exporter.
You might need to create swarm-scoped overlay network called dockerswarm_monitoring
for all the stacks to communicate if you haven't already.
$ docker network create --scope swarm --driver overlay --attachable dockerswarm_monitoring
To deploy the stack, run the following command:
$ make deploy
To destroy the stack, run the following command:
$ make destroy