Containers, Docker & Kubernetes On Azure For Beginners

Поделиться
HTML-код
  • Опубликовано: 12 май 2020
  • Docker is nothing but a Container by Docker Inc.
    A container is like a Virtual Machine (VM) but isn't dependent on the Operating System (OS). This allows users to create multiple workloads on a single OS instance.
    Industries are moving towards Containers as they are lightweight, fast to launch, and excellent for CI/CD implementation.
    Docker & Kubernetes have also been incorporated in Exam AZ-104: Microsoft Azure Administrator.
    For more information, watch K21Academy's video by Oracle ACE & Cloud Expert Atul Kumar that talks about:
    ☛ What is a Container?
    ☛ What is Docker?
    ☛ Difference Between Virtual Machine & Container (Docker)
    ☛ Docker Engine Components
    ☛ Docker Architecture & Components
    ☛ Azure Container Instances (ACI)
    ☛ What is Kubernetes?
    ☛ Azure Kubernetes Services (AKS)
    Here's a blog post too: bit.ly/3dJKG50
    Want to learn more?
    Join FREE Class on "Azure Cloud Administrator [AZ-104] Certification Q/A" at bit.ly/37rsJaO
    #microsoftazure #azure #azurecloud #azurecertifications #microsoft #1000azureexperts #az103 #azure104 #azureadministrator #AZ104 #cloudcareerlink #kubernetes
    Want to Check more videos
    Check out Microsoft Azure 103/104 Playlist: • [AZ-104] Microsoft Azu...
    -----------------------------------------------------------------------------------------------------------------------------------------------
    Follow us on:
    Facebook:- / k21academy
    Linkedin:- / oracleapp. .
    Twitter:- / k21academy
    Instagram:- / k21academy
  • НаукаНаука

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

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

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

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

      Hi Rajesh Thank you and Yes they are pretty knowledgeable

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

    Nailed 👏

  • @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 ?

  • @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,,

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

    Thanks a lot bhaiya !!!!!!

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

    Thank you

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

    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

  • @saeednrzadeh4754
    @saeednrzadeh4754 Год назад +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

      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!

  • @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

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

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

    • @nishantkumar-kq9bp
      @nishantkumar-kq9bp Год назад

      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

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

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

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

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

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

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

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

      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 Год назад

      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