Containers, Docker & Kubernetes On Azure For Beginners

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

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

  • @ammarkheder3071
    @ammarkheder3071 2 года назад +1

    Your drawing is showing the scheduler is talking directly with the controller manager but the diagram at min 19:24 is showing its talking to it via the API server !! which one is right ?

  • @RAJESHMISHRA-hd8th
    @RAJESHMISHRA-hd8th 4 года назад +2

    Trainer looks pretty knowledgeable I like that example of container historical reference from shipping industry

    • @K21Academy
      @K21Academy  4 года назад

      Hi Rajesh Thank you and Yes they are pretty knowledgeable

  • @saeednrzadeh4754
    @saeednrzadeh4754 2 года назад +1

    Each container will be used for one application ? or can we have multiple applications like Azure App service in one Azure App plan ?

    • @nishantkumar-kq9bp
      @nishantkumar-kq9bp 2 года назад +2

      you can run multiple process but it's suggested that there should be just one process running in a container...(Process is a part of application )

    • @K21Academy
      @K21Academy  Год назад

      Thanks for the reply Nishant!

  • @oshopriyadarshi9269
    @oshopriyadarshi9269 2 года назад

    Can docker be installed in Azure Virtual Desktop or VDI's?

    • @nishantkumar-kq9bp
      @nishantkumar-kq9bp 2 года назад

      you can run docker desktop on VDI but just remember it is essential that nested virtualization is enabled on the virtual machine that provides the virtual desktop

  • @asmitabagchi6886
    @asmitabagchi6886 3 года назад +1

    Is there any other post which I can follow? this seems marvellous!!

    • @K21Academy
      @K21Academy  3 года назад

      Asmita , what do you want to learn more? Atul

    • @asmitabagchi6886
      @asmitabagchi6886 3 года назад

      @@K21Academy just wanted to know if there is more such videos with details on docker and kubernetes..also is there any content on terraform? your way of explanation and Eva's teaching is something of a great help to us..thanks a lot for all these though,,

  • @ajaysriUTube
    @ajaysriUTube 3 года назад +1

    Can we create a docker container with windows OS and deploy that container in Azure ? If so, can anyone refer me to the video or article. I'm totally new to Azure and docker both.

    • @K21Academy
      @K21Academy  3 года назад

      We will forward your request to the content team. You can refer to this Docker Full Course video: bit.ly/3vc3FxM
      which will help you understand and learn Docker in detail. This Docker tutorial is ideal for both beginners as well as professionals who want to master the container concepts. Do subscribe, like and share to stay connected with us. Cheers :)

    • @aryanpandit9099
      @aryanpandit9099 3 года назад

      ruclips.net/video/f0lMGPB10bM/видео.html This should do it

  • @mubarak8741
    @mubarak8741 3 года назад

    Sir plz make some more videos on kubernate in azure..

    • @K21Academy
      @K21Academy  3 года назад

      Glad you liked it. We have shared your request to our team.

  • @raju421982
    @raju421982 3 года назад +1

    Thank you

  • @gauravgiri2020
    @gauravgiri2020 4 года назад +1

    Thanks a lot bhaiya !!!!!!

  • @K21Academy
    @K21Academy  4 года назад

    Begin your journey towards becoming a [AZ-104] Microsoft Azure Administrator and earning a lot more in 2020 by joining our FREE Masterclass at bit.ly/37rsJaO

  • @funkyman8710
    @funkyman8710 3 года назад

    Nailed 👏

  • @pamulaavinash7829
    @pamulaavinash7829 4 года назад

    Containers run multiple applications
    Where VM run single application am I right?

    • @K21Academy
      @K21Academy  4 года назад

      HI Pamula
      You can but it is not a good design, please do read this query once.
      community.spiceworks.com/topic/199252-how-many-apps-do-you-run-in-your-virtual-machines
      Also, don't forget to check out our Container vs VM blog
      k21academy.com/docker12

    • @nishantkumar-kq9bp
      @nishantkumar-kq9bp 2 года назад

      No..
      you can run multiple process but it's suggested that there should be just one process running in a container...(Process is a part of application )
      Whereas you can run multiple applications on a single VM