AKS with Azure Application Gateway Ingress Controller

Sdílet
Vložit
  • čas přidán 7. 03. 2023
  • Hello everyone,
    Today I bring here an Application Gateway deployment as Ingress controller for your AKS.
    Hopefully this is useful for you, leave your comments down below.
    Thanks!
    Follow the GitHub repo used during the demo:
    github.com/soaand01/aksAGIC
  • Věda a technologie

Komentáře • 17

  • @thomasluijken8758
    @thomasluijken8758 Před rokem +1

    I've been struggling to get this working for a while. Too flooded with information. This video eliminated all that and went straight to the core of how to set this up. Very helpful! Thank you!

    • @landudigital
      @landudigital  Před rokem

      Hey Thomas, I’m happy for that.
      Thanks for your comment.
      I will be posting more content in English, feel free to subscribe.
      Have a nice day

  • @jolenejanebrakenhoff7954

  • @user-id7gx4kk4q
    @user-id7gx4kk4q Před rokem +1

    Thank you for this but i get a problem and didn't know the source "502 Bad Gateway
    Microsoft-Azure-Application-Gateway/v2"
    whyyyyy?

    • @landudigital
      @landudigital  Před rokem

      You deployed with WAF, right?!
      Have a look on your firewall rules.

  • @bryanemmanuelramosavalos509

    Hey Landu, thanks for your video; it was helpful.
    I have a question, but I don't know if you can help me.
    When I configure my rules and my listener in my app gateway when y update my nginx pod, I lose the gateway configuration, but I would like to keep it even if I edit, delete, or something like that the deployment/pos

    • @landudigital
      @landudigital  Před rokem

      I have a couple of questions in order to understand your issue:
      What do you mean by "My nginx pod"?
      Did you create the Ingress in K8s? Can you share the .yaml so I can see ?
      What gateway configurations do you miss?

  • @moonmxh
    @moonmxh Před rokem +1

    Hi Landu, thanks for your video, I have a question, Why does the application gateway not automatically configure the backend pool after I apply ingress yml

    • @landudigital
      @landudigital  Před rokem

      Hi @moonmxh, if I understood correctly your question, this is because we are talking about a resource inside azure and another one outside azure.
      You can’t create backend pool with a ingress.yml, it’s not a Kubernetes object it’s an Azure object.
      Create it via Azure CLI, manually or use even terraform for your automated backendpool creation.

    • @moonmxh
      @moonmxh Před rokem +1

      @@landudigital Hi Landu, What I mean is that the target ip of the pod of the backend pool is not automatically configured,Do we have to manually configure the pod id of the backend pool?

    • @landudigital
      @landudigital  Před rokem

      I still didn’t get your question, my understanding is that you’re mixing up stuffs.
      Do you have a repo with your deployment for me to have a look? Because you don’t set backend via ingress.yaml

  • @diogoribeiro2737
    @diogoribeiro2737 Před rokem +1

    Hey Landu, great video, how can I add https to my gateway ingress controller?

    • @landudigital
      @landudigital  Před rokem

      Are you talking about this ?
      learn.microsoft.com/en-us/azure/application-gateway/ssl-overview

  • @nedalabulubbad4522
    @nedalabulubbad4522 Před rokem +1

    Thanks thats was so useful, what about ssl ?

    • @landudigital
      @landudigital  Před rokem +1

      You’re welcome, for ssl you can have different options, I will make a new video about it including ssl.
      Subscribe the channel ♥️

    • @nedalabulubbad4522
      @nedalabulubbad4522 Před rokem

      @@landudigital that was perfect and working 100%, waiting for update for ssl