Publish Your AKS Services with Azure Private Link and Front Door

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

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

  • @luisfelipebaptista
    @luisfelipebaptista 6 месяцев назад +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  6 месяцев назад +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.

  • @AdnanKhan01
    @AdnanKhan01 8 месяцев назад

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

  • @TomerShaiman
    @TomerShaiman 9 месяцев назад

    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

  • @jogurt4605
    @jogurt4605 Год назад +1

    Awesome demo, thank you!

    • @GeertBaeke
      @GeertBaeke  Год назад

      Thank you! Much appreciated!

  • @josejayesh
    @josejayesh 10 месяцев назад

    Great video!. Thank you!

  • @johefego
    @johefego 2 года назад +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  2 года назад

      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

  • @softwareengineer5764
    @softwareengineer5764 2 года назад +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  2 года назад

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

  • @matthewlau3551
    @matthewlau3551 2 года назад

    Works perfectly! Thank you!

  • @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 Год назад

      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

  • @hiandhra9971
    @hiandhra9971 6 месяцев назад

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

  • @manumama
    @manumama 2 года назад

    Huge time saver, thank you!

  • @Ajmal_Yazdani
    @Ajmal_Yazdani 2 года назад

    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  2 года назад

      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).

  • @mysmarttv7169
    @mysmarttv7169 2 года назад

    Nice Demo.. Thank you👍

  • @amjads8971
    @amjads8971 Год назад

    This is great

  • @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?