catpineapple commented on issue #37375:
URL: https://github.com/apache/doris/issues/37375#issuecomment-3611401858

   > [@catpineapple](https://github.com/catpineapple) How should ingress be 
configured? Although an ingress specifies a service, generally it won't use the 
service's built-in load balancing; instead it directly gets the IPs behind the 
service and does its own load balancing. I'm currently using traefik ingress 
and have configured the following three annotationsIngress 应该如何配置?虽然 Ingress 
指定了一个服务,但通常它不会使用该服务内置的负载均衡机制;而是直接获取服务背后的 IP 地址并进行自己的负载均衡。我目前使用的是 Traefik 
Ingress,并配置了以下三个注解。
   > 
   >   annotations:
   >     traefik.ingress.kubernetes.io/service.sticky.cookie: 'true'
   >     traefik.ingress.kubernetes.io/service.sticky.cookie.httponly: 'true'
   >     traefik.ingress.kubernetes.io/service.sticky.cookie.name: 
PALO_SESSION_ID
   > But it didn't work. Can't the Doris web UI use sticky cookie?但它不起作用。Doris 
的 Web 用户界面不能使用粘性 cookie 吗?
    yes, SVC using load balancer cannot use the above sessionAffinity rules.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to