Azure Front Door + Application Gateway + Private AKS Cluster + CICD Pipeline

Sdílet
Vložit
  • čas přidán 8. 07. 2024
  • #azure #aks #devops #AFD #CICD
    Previous Video Link - • CICD Pipeline for Priv...
    Pipeline Code - github.com/shubhamagrawal17/T...

Komentáře • 7

  • @chinmayachhotaray160
    @chinmayachhotaray160 Před 2 měsíci +1

    Thanks for this amazing video. I finally able to implement it . Can you please add a separate video how to create and add custom policies.

  • @aakashpunekar9437
    @aakashpunekar9437 Před 2 měsíci +1

    thank you for the amazing video. If you can create more end to end azuredevops project of production grade level then it will be really helpful

  • @slobodanmikaric2180
    @slobodanmikaric2180 Před měsícem

    Nice video, thanks. Can you give a monthly price for this setup. Base on network insolations it will be very hight.

  • @moulijayanti
    @moulijayanti Před měsícem

    Will you be able to start training on azure Kubernetes service using real world project please

  • @sudarsansai4215
    @sudarsansai4215 Před 18 dny +1

    Hi Sir, I have a small suggestion on the architecture shown in the image
    out of my experience
    you are using Appgateway which is also L7 loadbalancer connected to Internal load balancer which is an L4 load balancer
    if we have multiple api's calling we use appgateway to divert the traffic directly to that api(through Nginx)
    instead of using L4 load balancer after the appgateway we can use that Loadbalancer(L4)
    at BackEnd services (after Inginx which connects to K8s)
    This is a suggestion Please correct me if i am wrong
    Please help if we can also use cache server between k8's services and DB services ?

    • @thejourneyofdevops1791
      @thejourneyofdevops1791  Před 16 dny

      Yes you are right, actually the internal LB or DNS load balancer I was planning to put inside aks but due to space constraints I have to put outside