Hi,
i would like to get the real Ip of the client, i know that i need to enable proxy, i have succesfully done that for nginxi but i don't know how to do that for traefik,
please help
what i have tried is the following
-
Add this annonation to the LB service
service.beta.kubernetes.io/linode-loadbalancer-enable-proxy-protocol: "true" -
i have enabled proxy v2 in the linode dashboard
-
i have added the following annonations to my ingress
service.beta.kubernetes.io/linode-loadbalancer-enable-proxy-protocol: "true"
traefik.ingress.kubernetes.io/frontend-entry-points: https
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
use-proxy-protocol: "true"