Day 03 Docker Volumes | BindMounts | Portainer |

Поделиться
HTML-код
  • Опубликовано: 31 июл 2024
  • Welcome to our in-depth guide on Docker data persistence! In this video, we explore the crucial concepts of maintaining data integrity within Docker containers using volumes and bind mounts.
    What You'll Learn:
    The importance of data persistence in Docker
    Differences between volumes and bind mounts
    Step-by-step examples of using volumes and bind mounts
    Practical demonstrations with MongoDB
    How Docker Client and Daemon work together
    Timestamps:
    Volumes Intro 00:00
    BindMounts Intro : 03:25
    Volumes Practical : 07:21
    Bind Mounts Practical : 10:39
    Portainer Deployment : 18:52
    GitHub : github.com/saikiranpi/Masteri...
    Docker : hub.docker.com/u/kiran2361993
    Portfolio : www.saikiranpi.in
    Medium : / pinapathrunisaikiran
    Join Telegram : t.me/+sSEfFZVOQTM4NWFl
    #aws #devops #cloudcomputing #cloudinfrastructure #awslambda #techtutorial #cloudwatch #itinfrastructure #awstutorialforbeginners #saikiranpinapathruni #docker #containerization

Комментарии • 20

  • @jwbskan
    @jwbskan 27 дней назад +1

    Fantastic 🎉

  • @saidurgaraom3556
    @saidurgaraom3556 Месяц назад +2

    Hlo Annaya iam sai Durgarao

  • @lakshmanreddy3651
    @lakshmanreddy3651 Месяц назад +1

    Hi bro...nice content and needed some guidance currently i have 3 +experience in data engineering and thinking to switch DevOps.. learnt all the tools but unable to get calls for 90 days notice period..how to overcome this situation??

  • @TrendyTales-ep9yq
    @TrendyTales-ep9yq 24 дня назад +1

    should I practice DSA alongwith devops?? You face any issue regarding this in your interviews?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni  24 дня назад

      @@TrendyTales-ep9yq No never, But heard big5 companies expecting DSA.

  • @SyamalaDevi9
    @SyamalaDevi9 Месяц назад +1

    Interviewer asked this question
    Q). What you have contributed to your projects whats your achievements ???
    How to answer this spontaneously what types of points should i put.. pls reply with a answer.....

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni  Месяц назад

      @@SyamalaDevi9 in my previous project , i had set up a scalable and efficient application deployment pipeline using Docker, Terraform, and Kubernetes. Specially my team consists of 5 members where we work majorly on containers in and out .
      Docker helps package the applications into containers, making them portable and consistent where as Terraform is used to manage the infrastructure and ensuring that the environment is maintainable at last Kubernetes orchestrates the deployment, scaling, and management of the containers, providing high availability, so This setup has significantly improved deployment speed, reliability, and scalability of our applications.out whole team got multiple appreciations from client side too.

    • @SyamalaDevi9
      @SyamalaDevi9 Месяц назад

      @@SaiKirannPinapathruni Tqqqq for the brief explanation 😀

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni  Месяц назад +1

      @@SyamalaDevi9 Most welcome :)

  • @chnagen
    @chnagen Месяц назад +1

    why did you use two ports for creating the portainer container?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni  Месяц назад

      @@chnagen 8000 is for container agent, Agent allows remote management of Docker environments.
      9243 is for https interface

    • @chnagen
      @chnagen Месяц назад

      @@SaiKirannPinapathruni 8000 is for control plane and 9243 is for data plane?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni  Месяц назад

      @@chnagen aha no , the reason why specified two ports was , both the Edge Agent (for remote management) and the secure web interface (for managing Docker environments) are accessible .

    • @chnagen
      @chnagen Месяц назад +2

      @@SaiKirannPinapathruni 8000 Port used to get the information from the docker(images, containers, networks, etc..) and 9243 port used to represent the data to the GUI. Is my understanding correct?

    • @SaiKirannPinapathruni
      @SaiKirannPinapathruni  Месяц назад

      @@chnagen Absolutely yes ✅💯💯, Did I missed explaining about that in the video ?