Wie problematisch sieht die #opendesk Community bei @zendis eigentlich dass der ingresscontroller #nginx und #minio aufgekündigt wurden? Mich hemmt das gerade massiv zu produktivieren. Hat ja so keine Zukunft und ist dann evtl. ein echter Hammer in der Umstellung? #traeffic

OK this is totally out of context and awefully weird... but since I tried the last three days to get real IP addresses forwarded to #traeffic ingress controllers running on #k3s on multiple nodes (serving different host/domains): That's the solution https://github.com/k3s-io/k3s/discussions/2997#discussioncomment-7966622 😀🙃

Basically:
- hostNetwork: true
- externalTrafficPolicy: Local
- deployment.kind: DaemonSet
- and use a nodeSelector to have those only run on your frontend nodes
... theeeeen it works.

fun with #devops and #k8s 😬

Getting Real Client IP with k3s · k3s-io k3s · Discussion #2997

Is your feature request related to a problem? Please describe. I am unable to obtain Real Client IP when using k3s and Traefik v2.2. I always get the cluster IP. Kernel version 4.4.0-174-generic OS...

GitHub