You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/27 10:09:25 UTC

[GitHub] [airflow] mik-laj commented on issue #15539: Enable configuration of cookie Path setting

mik-laj commented on issue #15539:
URL: https://github.com/apache/airflow/issues/15539#issuecomment-827487165


   > This would better fit into our model of having 10+ Airflow stacks on a single Kubernetes cluster without the need to have to provision 10+ LoadBalancers, one for each stack.
   
   You don't have to create new LoadBalancers for each domain. One Ingress can handle multiple domains. See: https://kubernetes.io/docs/concepts/services-networking/ingress/#name-based-virtual-hosting
   This is a bit more problematic if you need to use multiple namespaces, but I know Nginx can handle this.
   
   In newer versions of Kubernetes, a single Load Balancer will be able to handle multiple namespaces without too much trouble. See: https://kubernetes.io/blog/2021/04/22/evolving-kubernetes-networking-with-the-gateway-api/ and https://gateway-api.sigs.k8s.io/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org