12 What is Docker Swarm? Comparision with Kubernetes.

Published: 11 May 2023
on channel: NextOps Videos
7,953
133

In this video i am discussing about What is Docker Swarm? Comparision with Kubernetes.

Below are the commands used in the video.

Stack - combination of one or more services, networks, vols
Services - combination of one or more tasks
Tasks - task is a definition to deploy a container
Container - container is an instance of task

docker swarm init --advertise-addr ip-address-of-manager
docker swarm join -token SWMTKN-1 xxxxx
docker node ls

docker service create --name helloworld alpine ping docker.com
docker service ls
docker stack deploy -c docker-compose.yml mern_stack
docker stack ls
docker stack services mern_stack
docker stack ps mern_stack
docker stack rm mern_stack

docker network ls
docker network create -d overlay network1
docker network rm network1

docker stats
docker service logs service_name

docker swarm leave
docker node rm node name
docker swarm leave --force - removes master

To install swarmpit - ui for swarm
docker run -it --rm \
--name swarmpit-installer \
--volume /var/run/docker.sock:/var/run/docker.sock \
swarmpit/install:1.9

Kubernetes Series
   • Kubernetes in Telugu  

In the last video we discussed about Multi Container App using Docker Compose
   • 10 Multi Container App - Part 2 - Wha...  

For entire docker playlist
   • Docker in Telugu  

For entire terraform playlist
   • Terraform in Telugu  

For azure devops videos
   • Azure Devops in Telugu - Labs  

#nextops #nextopsvideos #dockerswarm


Watch video 12 What is Docker Swarm? Comparision with Kubernetes. online without registration, duration hours minute second in high quality. This video was added by user NextOps Videos 11 May 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,953 once and liked it 133 people.