Goodbye Azure Kubernetes Service! Hello Azure Container Apps! - Johnny Hooyberghs

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 9

  • @atharabbas1224
    @atharabbas1224 6 หลายเดือนก่อน

    Sure! Here's the corrected version:
    Thanks, this is exactly what I was searching for.

  • @sudhirbatchu1247
    @sudhirbatchu1247 5 หลายเดือนก่อน

    Thanks for showing this new feature with examples. How about the steteful app containers? will those are also possible?

  • @neoness1268
    @neoness1268 5 หลายเดือนก่อน

    Well explained

  • @Karan-zz8eh
    @Karan-zz8eh 7 หลายเดือนก่อน

    Can you selectively only call revision #1 of an app and not #2? This would be helpful to build apps for each pull request for example where revision #1 is staging, and revision #2 is the PR

    • @djohnnie
      @djohnnie 7 หลายเดือนก่อน +1

      When you create a new revision, you can optionally add a suffix. Each revision has its own URL (if you are using Ingress), including this suffix. The URL for a specific revision can be found in its details. So, the answer to your question would be yes.

  • @Wfmike
    @Wfmike 8 หลายเดือนก่อน

    Container app cold start is still an issue atm.

    • @drieslangsweirdt7363
      @drieslangsweirdt7363 8 หลายเดือนก่อน

      True, takes up to 20 seconds to go from 0 to 1. Too much to have it scale to 0 on a production environment.

    • @stefancfefo
      @stefancfefo 6 หลายเดือนก่อน +2

      you can left 1 instance to be aways available so it could not have the issue with the cold start

    • @Wfmike
      @Wfmike 6 หลายเดือนก่อน

      @@stefancfefo yeah but then you will have to pay for inactive rates which is wastage especially for a grunty vm.