python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add/remove replicas on a specific node in docker swarm?
In my cluster, my servers have different computing power and bandwidth, so sometimes I want to decide which service replicas running on which node. I know we can choose the replicas with the docker se...
CharlesC
Votes: 0
Answers: 1
how to limit container running on different node use docker stack deploy
I have three nodes in docker swarm (all nodes are manager)
I want to run zookeeper cluster on these three nodes
my docker-compose file
version: '3.8'
services:
zookeeper1:
image: 'bitnami/zookee...
poling CHEN
Votes: 0
Answers: 2
Does a drained Docker Swarm Manager Node still participate the routing mesh (ingress network)?
Just wondered if a drained manager node still participate in the described routing mesh.
Let's assume the node3 is drained. Would the service my-web.1 still be accessible via HAProxy -> node3 ->...
OCram85
Votes: 0
Answers: 1
How to deploy a KinD cluster in a docker swarm
I have deployed a docker swarm to Azure following the instructions in the quickstart guide. I also set up an ssh tunnel using the command from the quickstart:
ssh -L 2375:swarm-master-0:2375 -N userna...
jhill072
Votes: 0
Answers: 0