Docker vs Docker swarm, which should you use?

preview_player
Показать описание
I'll show you what the benefits of using docker swarm are with practical real life examples

If you find this video helpful and want to share a tip

Follow me on twitter

Hypervisor, VMs, services and networking I'm using in my homelab in 2024

Install docker with a single command using the convenience script

My complete Neovim markdown setup and workflow in 2024

Link to the quorum section in the documentation

0:00 - containers I am running
0:34 - container name differences
1:06 - what is docker
2:04 - what is docker swarm
2:50 - shutting down a docker swarm node
3:55 - powering docker swarm node back up
4:21 - rebalance containers
5:51 - list nodes in the cluster
6:16 - maintain quorum of managers
6:50 - so why should I use swarm then
7:12 - should you use swarm in production
7:28 - start small with a single server
7:53 - what do you personally use and why
Рекомендации по теме
Комментарии
Автор

Hell yeah, I think people don’t consider swarm enough, especially for Small Business situations where you do want some redundancy, but not all out k8 setup yet. I’ve seen some weird bugs with NAT and general networking issues with overlay networks randomly stop forwarding published ports. But usually rare and fixed with daemon restart or rebooting host. Swarm secrets alone are worth using it. We ran a single node swarm in dev, just to have all the secrets work the same way they do in prod.

justanitter
Автор

Currently running 1 Docker standalone + a 3 node Docker swarm on a 3 node proxmox cluster. With UPS protection of servers, fibre modem and switches...
Using portainer to manage the swarm cluster... Never used oxa... Would like to know more about that and migration of Docker to Kubernetes

jowjowosv
Автор

Starting to run Docker Swarm for homelab. For 3 physical and multi-vm, there's no need to add the complexity of kubernetes.
Your scripts are cool. Would you share those on your github?

richardferrara
Автор

Can you create videos how to install docker swarm? thanks

AviDarks
Автор

Can you create videos about Linux for beginner, I want to use neovim with Linux:))

phamcongtoan
Автор

can you share the file ( the sh fiile ) thanks

AviDarks
visit shbcf.ru