Sticky Session Controller for Kubernetes

Posted on November 3, 2022
.net6  csharp  Kubernetes  YARP 
Sticky Session Controller for Kubernetes header image

How to implement a sticky session controller for kubernetes with .net6 and YARP.

In this post I want to show an implemention of a sticky session controller for kubernetes in .net6. Some ingress controller for kubernetes support sticky session handling, like Traefik. The provided solution for Traefik is based on cookies. But what if a client can not handle cookies? Or a more complex strategy is needed to find the right instance of a pod?

Read More