-
I have set up docker swarm cluster , use the following configuration file to deploy hdfs cluster on the overlay network named test in my swarm cluster .
version: '3'
services:
namenode:
im…
-
I would like the be able to use the smallest possible docker containers for deploying full-featured dbmail services in a docker swarm or k8s cluster.
I've started a docker branch, and have a poc wo…
-
**Description**
With 18.09, we now have `docker swarm init --default-address-pool ...`. For those already running a swarm cluster, it would be useful to have `docker swarm update --default-address-…
-
docker-machine create \
-d virtualbox \
--swarm --swarm-image="swarm" --swarm-master \
--swarm-discovery="consul://$(docker-machine ip mh-keystore):8500" \
--engine-opt="cluster-store=consul://$(docke…
-
I am new to this events project, want to understand whether docker swarm cluster support publisher / reader pattern. I am looking for way working like this:
1. there is a docker cluster, take swarm cl…
-
I'm trying to monitor few nodes outside the swarm cluster but unable to reach those nodes from inside the prometheus container
-
**Steps to reproduce the issue:**
1. docker swarm with 3 managers, 7 workers
2. sometimes docker swarm manager start a new election
3. all containers running on manager restarted
**Describe the…
-
[Docker Swarm](https://docs.docker.com/engine/swarm/) cluster looks simpler than OpenShift/Kubernetis but it covers all features what we need.
Definition of done:
- Run Apinf+Api-umbrella with p…
-
I used this code...
How to see Rabbitmq clustering in the swarm in outside this swarm
and how to see Rabbitmq clustering in the swarm from other swarms?
An explanation with an example
I have one A…
-
**Description**
The SwarmJoin API supports `Availability` (https://github.com/moby/moby/blob/c9619248d04439c29fc10c19031bd3754e39b323/daemon/cluster/swarm.go#L147-L216), which the CLI client also use…