Coder Social home page Coder Social logo

Comments (8)

micw avatar micw commented on May 5, 2024

I did some work to make mailu independent of the type of ingress controller (especially by moving all internals like authentication into the internal nginx), so taht it can be used with nginx, traefik 1/2,AWS and whatever. This change is for http/s ingress only. The current master branch works with standard ingress annotations without any ingress-controller specific extra annotations.

For the mail ports, things are completely different because there is (afaik) no standard for specifying it as a kubernetes resource. If you are using the kuberneres yamls we provide, you can easily remove the nodePorts and add your own ingress stuff. If you plan to use the (not yet official) helm chart, I can add an option to disable node ports.

How does Azure deal with tcp ingress? Do you need to deploy a special ingress controllers or do they provide kind of tcp load balancer that can be pointed to a service?

from helm-charts.

WebSpider avatar WebSpider commented on May 5, 2024

I understand your efforts to make mailu independent of ingress type, and I agree with the move! 👍🏾

Ingress for generic tcp services you can usually do 3 ways:

  • l7/4 using ingress/loadbalancer
  • l4 using services/loadbalancer
  • l4 using nodeport

Azure supports l4 using service/loadbalancer. I'll put in some work to add Azure support for these helm charts, and test it.

from helm-charts.

micw avatar micw commented on May 5, 2024

It would make sense to add a second (external) service for this case because not all service ports must be reached externally.

from helm-charts.

micw avatar micw commented on May 5, 2024

@WebSpider how can we proceed with this? I'd like to see this fixed and/or closed ;-)

from helm-charts.

micw avatar micw commented on May 5, 2024

Closing due to inactivity

from helm-charts.

WebSpider avatar WebSpider commented on May 5, 2024

Completely forgot about reporting back for this.

I did the research, and Azure basically can use any controller that supports spinning up an Azure loadbalancer, either internal only or external, and can map TCP/UDP ports through that loadbalancer to a nodeport. The nodeports themselves are not directly accessible.

from helm-charts.

micw avatar micw commented on May 5, 2024

I have still no idea what needs to be changed to solve this

from helm-charts.

masterkain avatar masterkain commented on May 5, 2024

I deploy on EKS and Kapsule and I would like to try this chart out.

regarding the option to disable node ports, is that already available?
would that then work with the posted link regarding nginx balancing tcp/udp services?
I guess that might depend on the public provider balancer we have in front. EKS might be out of question since I don't use/intend to use a tcp balancer. Kapsule by Scaleway might work I have to try.

thanks 👍

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.