Deploy a web application to Azure Kubernetes Service (AKS) cluster

Sdílet
Vložit
  • čas přidán 26. 10. 2022
  • How to deploy a web application to Azure Kubernetes Service (AKS) cluster? . This is a tutorial for Azure Kubernetes Service for beginners & covers the below topics.
    1. Create an AKS cluster using the Azure portal.
    2. Connect to the cluster
    3. Run a sample multi-container application with a web front-end and a Redis instance in the cluster.
    4. Test the application
    Reference: learn.microsoft.com/en-us/azu...
    =======================================
    Follow me @:
    / thetips4you
    / thetips4you
    / thetipsforyou
    www.thetips4you.com
    =======================================
  • Věda a technologie

Komentáře • 34

  • @jamespwalters
    @jamespwalters Před rokem +4

    Hey I really appreciate you making this video; great job! It was very helpful and easy to follow.

    • @Thetips4you
      @Thetips4you  Před rokem

      Thank you and happy to hear your kind words.

  • @andresfukazawa
    @andresfukazawa Před 2 měsíci +2

    Great tutorial! Thank you! Cheers from Peru.

    • @Thetips4you
      @Thetips4you  Před 2 měsíci

      Super. Happy to hear.. Thank you🙏

  • @ShahrozBaig001
    @ShahrozBaig001 Před 20 dny +1

    thats great thanks for helping man

  • @ravindrakumarkushwaha1564

    It is very helpful .
    Thanks💗

  • @anandmani7115
    @anandmani7115 Před měsícem

    Good one. very helpful. Thank you.

  • @stevemail4264
    @stevemail4264 Před rokem

    great guide mate

  • @ogunsoyinjohn9193
    @ogunsoyinjohn9193 Před rokem +2

    Great job you.

  • @akshatapalsule2940
    @akshatapalsule2940 Před 24 dny +1

    Great tutorial 👍

  • @kavinj4455
    @kavinj4455 Před 7 dny

    how do you open the app on vs code, do we have to download it from somewhere, im new to this , i dont underrstand , plz help

  • @lawalazeez3439
    @lawalazeez3439 Před 2 měsíci +1

    This is a very good content

  • @seeemant
    @seeemant Před rokem +1

    interesting one

  • @tuhindey4116
    @tuhindey4116 Před 11 měsíci +1

    Thanks for the amazing video
    Could you please give the code base where I can get the yml files

    • @Thetips4you
      @Thetips4you  Před 11 měsíci +1

      Thank you. You can find it here github.com/shazforiot/

    • @umerbutt9651
      @umerbutt9651 Před 5 měsíci

      In which repo did you find the code?

  • @shambhunathsahani6505
    @shambhunathsahani6505 Před měsícem +1

    great

  • @nealpan
    @nealpan Před 10 měsíci

    Liked this video. Do you offer online K8s training, I am interested... please let me know. Thanks

  • @bijayalaxmipradhan9808

    Great video. Can you please tell me why I am unable to access the external ip from browser..

    • @Thetips4you
      @Thetips4you  Před rokem

      You should use public ip and also port should be opened in firewall rules.

  • @vijaynkknn
    @vijaynkknn Před 14 dny

    One doubt where you installed like maven , docker, jdk

    • @Thetips4you
      @Thetips4you  Před 13 dny

      It's part of the code of application and dockerfile.

  • @ItsmeRajivS
    @ItsmeRajivS Před rokem +1

    nice video but no one will use direct azure cli to deploy the application i think CI/Cd is mandatory in now a days, either we should use jenkins/azure devops to deploy the application in AKS i think