Goodbye Azure Kubernetes Service! Hello Azure Container Apps! - Johnny Hooyberghs - NDC Oslo 2024

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

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

  • @bjorkgren.tobias
    @bjorkgren.tobias 5 месяцев назад +1

    Hello!

  • @essamal-mansouri2689
    @essamal-mansouri2689 5 месяцев назад +3

    This is far far far behind what AWS has with AWS Fargate I think since 2017. And they even have support for using Kubernetes on Fargate (since 2019), so you don't have to lock yourself into Fargate like you have to do here in Microsoft's solution. Can someone explain to me what am I missing here? How is this interesting in 2024?

    • @jasonevans498
      @jasonevans498 5 месяцев назад +2

      This is interesting to Azure customers. It's not a talk about AWS.

    • @Rick104547
      @Rick104547 5 месяцев назад +1

      I guess it's good to be aware of alternatives though

    • @ishimaro
      @ishimaro 5 месяцев назад +1

      Theres also cloudrun from GCP where it can automatically updates running instances everytime you push images to the repo. It abstracts almost all the complicated configs. It can even scale down to zero if not used. Aws also have this but close (apprunner).