Skip to content

Commit 68923da

Browse files
authored
https://github.com/DecisionsDev/odm-docker-kubernetes/issues/190
1 parent 37e9900 commit 68923da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/sticky-session/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ envsubst < ingress-ds.yaml | kubectl apply -f -
4141

4242
The [ingress-dc.yaml](ingress-dc.yaml) configuration file uses the `nginx.ingress.kubernetes.io/affinity: cookie` annotation that enable sticky sessions.
4343

44+
> **Note**
45+
> If you are on AWS/EKS and that your are using the ALB instead of NGINX Ingress Controller, [ALB annotations to manage sticky session](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/) will be :
46+
>
47+
> alb.ingress.kubernetes.io/target-group-attributes: stickiness.enabled=true,stickiness.lb_cookie.duration_seconds=60
48+
> alb.ingress.kubernetes.io/target-type: ip
49+
4450
### 6. Access the ODM services  
4551

4652
After a couple of minutes, the Ingress configuration is updated. You can then access the ODM services by retrieving the URLs with this command:

0 commit comments

Comments
 (0)