From 2f5b2559fb404d2df8764cd8a5741bb511cfed56 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Sat, 14 May 2022 12:03:35 +0200 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06bebe7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# StickySessionHelperExample + +Proof of concept that it is possible to write a kubernetes controller which can have own logic how to support a sticky session.