Maintaining Login Session in Case of Inability with Ingress Configuration
1. Configure upstream-hash-by in Ingress
1) Click on the [Applications] - [Services] tab, then click on [Workload Name] - [Ingress] tab, and select the [Settings] tab below.
2) Click the "+" button in the annotation section and add the annotation as follows, then click "Apply".


nginx.ingress.kubernetes.io/upstream-hash-by
$host
3) Once done, click the "Save" button in the upper right corner.
4) Verify the applied changes by checking the annotation section.

Last updated
Was this helpful?