Monitoring Clusters Using a Visualizer
Adding a GUI service to our swarm cluster
We'll cover the following...
As a developer, these services will definitely excite you. Although we are only covering the fundamentals of Docker swarm and not in-depth networking and deployment, it will feel like an advanced thing to you.
That’s alright. Now, we are going to see our swarm cluster. The image we are going to use for our cluster visualization is dockersamples/docker-swarm-visualizer.
Running on Linux
We can deploy this image as an independent container or as a swarm service. To run as a container, follow the steps below.
Running as a container
Type $ docker run -it -d -p
...