Hi, I'm using k8s with linkerd and traefik for the...
# talk-oathkeeper
s
Hi, I'm using k8s with linkerd and traefik for the inbound traffic. In the cluster I've got 5 sites. All of them has got seperate services which are published by path on api.<domain>. As such traefik manages the calls to them based on ingressroutes (traefik-stuff). 🙂 Now I'm planning to secure them using oathkeeper. But what's the standard-way to achive this? Should I place oathkeeper behind the traefik or should I use oathkeeper directly as another ingress for the cluster? Is it able to utilize ProxyProtocol, which is used by the loadbalancer in front of traefik? Or is there some kind of integration for traefik? Is oathkeeper able to utilize the linkerd? (Which means setting the proper headers for linkerd) Thanks for your ideas Marc