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


Setup MicroK8s

Posted on November 12, 2019
Kubernetes  Helm  MicroK8s 
Setup MicroK8s header image

How to build a developer kubernetes setup with MicroK8s

I needed a test kubernetes cluster to deploy my applications during the development. I have a Intel NUC which is perfect as small server and installed Ubuntu Server 19.10 and at the end of the installation the setup asked if I want to install MicroK8s.

As I have only installed a full featured kubernetes cluster on linux and on Windows I am using Docker Desktop for Windows with Kubernetes, I thought I give it a try.

It took a little while, but I ended up with a nice little kubernetes running which is perfect for my needs.

Read More