How to Build and Deliver Apps Fast and Scalable with Azure Container Apps

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

КОМЕНТАРІ • 18

  • @AshutoshSharma31
    @AshutoshSharma31 2 роки тому +11

    Microsoft demo using apple laptop :)

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

    How did you trigger the load test? did you do this via Azure?

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

    great video, this is a huge boost to the begginners

  • @falven
    @falven 2 роки тому +2

    Thank you for this demo!
    May I ask how you did the load testing? Is the code open sourced somewhere?

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

    Thanks for the demo, when do you expect the service to be generally available (out of preview) ?

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

    Is this on par with Kubernetes orchestration when I want to scale my app?
    The only disadvantage of this is, it is Azure specific and you can't migrate to other cloud or is the anything else? Can it do blue-green deployment?

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

    I am using in production, it's really good and amazing fast

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

    How those two containers are talking to each other after moving Payment code to Microservice? Isn't the url different for Payment Microservice?

    • @we.do.devops
      @we.do.devops Рік тому

      In Kubernetes, each Pod has an IP address. A Pod can communicate with another Pod by directly addressing its IP address, but the recommended way is to use Services. so your containers are talking with each other using services and not urls

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

    Thank you for the video. Just curious so what happens when it "scales to zero" and a http request is received when there are no pods running? Would the user get a 404, timeout or just a very slow response?

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

      the first requests takes ~15seconds slow response, other requests are fast. if there is no any requests within 5mins, it will scale to zero again.

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

    super!

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

    🎉

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

    Super !!

  • @Giotheasy
    @Giotheasy 6 місяців тому

    Of course MS engineer using mac

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

    How do I get application insights to work with container apps? I figured it out, if you have a cloudfunction docker image, you just need to add ENV variable with your APPINSIGHTS_INSTRUMENTATIONKEY