Hello everyone, any recommended GUI for Docker Swarm ?
I’m tried Portainer is very good just only for init deploy, create secret & config file, the Swarmpit offer auto-redeploy feature, so in my case I have 3 env (dev, beta & production), each env have their own tags, so what I’m doing that my Github Action, giving double tags for dev, beta & production, like this :
- dev : -t=master or main -t=dev
- beta : -t=staging -t=RC-v1.0.0
- production : -t=latest -t=GA-v1.0.0
so in my docker swarm clusters, we use branch or tags, so everytime there are new update, the swarmpit detect it from my local/custom Harbor, then redeploy/pull for the update. The other feature of Swarmpit is how they can update the stack yml whenever I update/add/delete environment, or even change network, volumes, everything. This is good so when we move from cluster dev to beta, or beta to prod, I only copy the stack yaml from Swarmpit but deploy it to Portainer.
We all know that swarmpit almost die, no update long time ago, maybe there is any GUI for Docker Swarm beside Portainer & Swarmpit ?
Maybe have feature auto-scale maybe ?