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

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

    You made this look so simple!! greatly appreciate it!! Thank you

  • @manumama
    @manumama 2 ปีที่แล้ว

    Huge time saver, thank you!

  • @matthewlau3551
    @matthewlau3551 ปีที่แล้ว

    Works perfectly! Thank you!

  • @jogurt4605
    @jogurt4605 ปีที่แล้ว +1

    Awesome demo, thank you!

    • @GeertBaeke
      @GeertBaeke ปีที่แล้ว

      Thank you! Much appreciated!

  • @josejayesh
    @josejayesh 7 หลายเดือนก่อน

    Great video!. Thank you!

  • @mysmarttv7169
    @mysmarttv7169 ปีที่แล้ว

    Nice Demo.. Thank you👍

  • @luisfelipebaptista
    @luisfelipebaptista 4 หลายเดือนก่อน +1

    Thank you for the demo! Really appreciate it.
    Do you know if there's a way to integrate an APIM with this kind of setup? Would the APIM go in between the load balancer and the cluster, or in front of the load balancer?

    • @GeertBaeke
      @GeertBaeke 4 หลายเดือนก่อน +1

      You can put APIM in front of the load balancer but APIM does not support private link to connect to backends. You can deploy premium or the new standard v2 which allows connection to internal backends.

  • @amjads8971
    @amjads8971 11 หลายเดือนก่อน

    This is great

  • @hiandhra9971
    @hiandhra9971 3 หลายเดือนก่อน

    Hi can you show how we add two domains to the same origin group and two different routes

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

    Great Tutorial. when trying this is SSL Cert on the server side ( and of course the right configuration as you shown on the last part of the video , aiming for Https forward route , and even disabling health checks) , it seems the the command is returning [even though its there] . would be interesting to see how this is configured with HTTPS and SSL certificates

  • @johefego
    @johefego ปีที่แล้ว +1

    Hi Geert! Awesome video, quick question, is it possible to have the Origin (the AKS) in https? Been strugling with one that uses https, and seems to not like it that much.

    • @GeertBaeke
      @GeertBaeke ปีที่แล้ว

      Yes… but you need to configure a non self signed cert at the Ingress level. Use a cert issued by a trusted CA: ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFT

  • @saikumar-vt7yu
    @saikumar-vt7yu 2 ปีที่แล้ว +1

    Its not working actually, followed steps same as you getting error when accessing fd fqdn
    " 404 page not found"

    • @GeertBaeke
      @GeertBaeke 2 ปีที่แล้ว +2

      It can go wrong on many, many levels so I suggest to start from the beginning: does the pod return a result, does the service return a result (use port forwarding), do you get a result connecting to the frontend IP of the load balancer, etc... etc... Are you using super-api or some other app?

  • @softwareengineer5764
    @softwareengineer5764 ปีที่แล้ว +1

    Hi Geert, first wanna say thanks for your great videos. Kindly suggest jenkins pipeline with rbac AKS in a way that developer and tester teams can build their own build and devops finally can only deploy production. Just describe useful instructions. Thanks in advance 😊😊😊

    • @GeertBaeke
      @GeertBaeke ปีที่แล้ว

      Sadly, I don’t use Jenkins. Same for almost all the customers I visit…

  • @vikashplayer
    @vikashplayer ปีที่แล้ว

    Hi Geert, Thanks for this demo. Can we have Application gateway (Not AGIC) instead of Azure Front Door?
    Any demo will be highly appreciable.

    • @amjads8971
      @amjads8971 11 หลายเดือนก่อน

      You can have it, but i had tons of issues implementing it in a hub n spoke model. Front door is good if you have client residing in diff regions accessing your application. Otherwise go for appGateway

  • @Ajmal_Yazdani
    @Ajmal_Yazdani ปีที่แล้ว

    Great video @geert. Can we integrate Azure API Management instead of Front Door? How to register more than one service hosted over AKS? any tutorial/video link appreciated.

    • @GeertBaeke
      @GeertBaeke ปีที่แล้ว

      More than one service is handled by an ingress controller that uses the ILB that's configured with private link.
      Azure API Management is a different story. You can connect from FD to APIM using a private endpoint on APIMs gateway. But APIM connects to the actual APIs on Kubernetes either via the internal network (premium tier; $$$; does not need/use private endpoints) or via a public endpoint (e.g. public ingress controller on K8S that exposes APIs via public IP).