Become a Docker Swarm Expert in just 20 minutes

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 42

  • @jperih
    @jperih Рік тому +2

    OMG; everyone else drones on, and doesn't really do anything. Your presentation is top-notch and pragmatic. I appreciate you!

  • @alekhgupta4567
    @alekhgupta4567 4 роки тому +4

    Solid knowledge and excellent teaching skills.kudos to you for a crisp and clear explanation 😉

    • @TechShareChannel
      @TechShareChannel  4 роки тому

      Thanks, Alekh!! Glad that you liked it. Keep learning and keep sharing 🙂

  • @theshile6971
    @theshile6971 8 місяців тому

    Really good. Simplest theoretical explanation and then actual implementation.

  • @yogeshdharya3857
    @yogeshdharya3857 Рік тому

    Swarm Looks quite simple to me now , thank u Akash 😄

  • @satheeshreddy1220
    @satheeshreddy1220 4 роки тому +2

    Simply super bro.its easy to understand and we can crack the interview point of view.

    • @TechShareChannel
      @TechShareChannel  4 роки тому +1

      Thanks, Satheesh!! This kind of reviews pushes me to work more and make such content. Thanks again :)

  • @susantasahoo8379
    @susantasahoo8379 4 роки тому +1

    Very nicely explained.thank you Akash

  • @ravindrakumaryadav4092
    @ravindrakumaryadav4092 2 роки тому +1

    Thanks for this video. It was easy to understand 🙂

  • @Virtualstar
    @Virtualstar Рік тому

    i have no words .. simply osm ... best excellent

  • @PaulEllisBIGDATA
    @PaulEllisBIGDATA 11 місяців тому

    Outstanding!!!! Thank you.

  • @okey1317
    @okey1317 Рік тому +1

    where do you get such machines with ip that you accessing on terminal?

  • @kamalpant7064
    @kamalpant7064 8 місяців тому

    Awesome explanation.

  • @MarkDeibert
    @MarkDeibert 2 роки тому

    So good explanation, but for a couple beginning parts. What are the nodes that you started the video with? 1 "master" and 2 "workers". What are those containers? Jenkins? Other?

  • @okey1317
    @okey1317 Рік тому

    but right now, you are inside a master node and crearing all the applications.. But if the docker swarm cluster is somewhere else, will i be able to use it from my laptop?
    ie, for kubernetes we use kubectl to login right

  • @arun6106
    @arun6106 7 місяців тому

    Great content! Keep it up Akash

  • @mithileshpandey9885
    @mithileshpandey9885 Рік тому

    how we can deploy the code changes in docker swarm manually ?

  • @durgaprasadpj
    @durgaprasadpj Рік тому

    HI akash, I have seen your video and it was clearcut explanation. but my doubt is how to setup postgresql streaming replication setup across different servers with HA

  • @BrianThomas
    @BrianThomas 2 роки тому +1

    How are volumes / storage managed? What if there was data on the node that was drained? Would that be replicated as well?

    • @TechShareChannel
      @TechShareChannel  2 роки тому

      Swarm itself does not do anything different with volumes, it runs any volume mount command you provide on the node where the container is running. If your volume mount is local to that node, then your data will be saved locally on that node. There is no built-in functionality to replicate data between nodes automatically.

  • @ghodaketushar
    @ghodaketushar 2 роки тому +1

    Hi Akash, what if my manager node goes down? Will my worker node be promoted as a manager? If yes then which IP I should use to access my application? Will there be a virtual IP? if not then how will it help me to achieve HA?

  • @sudheersid4790
    @sudheersid4790 2 роки тому

    Hi Nice Teaching,
    I have installed Elasticsearch and Kibana in master and slave
    How we do with HA can you pls guide me

  • @samansaeedi102
    @samansaeedi102 Рік тому

    Hi. my very first question is, where is the environment you login at the beginning at 3:35? how are the machines built? how to set the IPs? I know I have low info on it but there s lack of explanation on that part.

    • @TechShareChannel
      @TechShareChannel  Рік тому

      Thanks for the question but this is beyond the scope of this video. Setting up the Linux boxes and handling networking is a prerequisite for this and I may cover that in the future once I get time.

  • @sandeepbharmoria
    @sandeepbharmoria 2 роки тому

    Hi , I need help in creating elastic search cluster in docker swarm in 4 hosts, can u please guide me with any example?

  • @mahic5547
    @mahic5547 4 роки тому +1

    Thanks for your video.
    How we can add the deleted (worker) node from the docker swarm back to the Docker swarm node list? Let's say we forgot to save the docker swarm token id required to add the nodes into the list
    Thanks

    • @TechShareChannel
      @TechShareChannel  4 роки тому

      Just run docker swarn join-token worker in the docker swarm master machine. This command will print out the command and generated token to be added in the new node or the deleted node. You need not to remember any token ID as such since it is going to recreate new token id for every new instance.

  • @rizalnoviandy644
    @rizalnoviandy644 4 роки тому +1

    Very good video. Can the docker swarm manage node for load balancing? I mean by set the priority, so when 1 node is drain/down it will be handled by spesific node. I really want to know the answer. Thankyou

    • @TechShareChannel
      @TechShareChannel  4 роки тому

      The load balancer will be able to manage the service with the nodes available even if any if the nodes are drained out.

  • @aloktiwari8322
    @aloktiwari8322 4 роки тому +1

    Great demo Akash :)

    • @wintherace108
      @wintherace108 4 роки тому +1

      Do I have to know any programming language for devops???

    • @TechShareChannel
      @TechShareChannel  2 роки тому

      @@wintherace108 Hi Himadri,
      A combination of Python, golang, yaml, jq/yq, shell is recommended and must have scripting languages needed currently. You can manage most of the things with Python but having a knowledge of golang will keep you ahead in the market.

  • @harimudraboina8939
    @harimudraboina8939 Рік тому

    easy understand

  • @sreekanth5143
    @sreekanth5143 Рік тому

    Hi Akash, I am using 1master and 2 worker nodes when i make master drain i am not able access jenkins server with the public ip of the master even containers are running in worker nodes? can you please help me out of this ASAP

    • @TechShareChannel
      @TechShareChannel  Рік тому

      Thats a good question Sree Kanth:
      If the Jenkins server was running as a service in the Docker Swarm, you can inspect the service and find the IP of the node running the Jenkins container. You can use the following command to do this:
      docker service inspect
      Replace with the name of your Jenkins service. This command will output information about the service, including the node ID of the node running the Jenkins container. You can then use the following command to find the IP of the node:
      docker node inspect --format '{{ .Status.Addr }}'
      Replace with the node ID you obtained from the previous command. This will give you the IP address of the node running the Jenkins container, which you can use to access the Jenkins server.
      Hope this helps. Let me know if the issue still exists. Happy Hacking and have a nice weekend.

    • @sreekanth5143
      @sreekanth5143 Рік тому

      @@TechShareChannel Thanks for the reply,i will try today and all the best Akash.

  • @amandeepsingh7873
    @amandeepsingh7873 4 роки тому

    if possible please make depth tutorial on Ha proxy on ubuntu machine, thanks

  • @wintherace108
    @wintherace108 4 роки тому

    Do I have to know any programming language for devops???

    • @TechShareChannel
      @TechShareChannel  4 роки тому

      Shell scripting is MUST but in certain case just shell wont be able to handle everything hence additional scripting language like python is also required.

  • @neelamgupta4584
    @neelamgupta4584 Рік тому

    superb explanation!!!!