redhat-sap / sap-commerce-operator

This is the kubernetes operator for SAP Commerce aka SAP C/4HANA aka SAP Hybris.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the load balancing type to ‘source’

tejones opened this issue · comments

From customer email (Faizal)
The services are meant to load balance the request by default (roundrobin by default). Once the pods startup the application is considered to be available to use. In the case of Hybris though the application startup in Tomcat server takes much time to become online (even Hybris cluster shows up after few minutes).

Setting LB type to source will ensure the same client-ip will reach the same source pod always until the pod goes down.