Oathkeeper as load balancer in kubernetes #1015
-
I would like use Oathkeeper as Nginx Ingress Controller. I use helm chart, set P.S. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello there! Oathkeeper-maester is a k8s controller, but it is designed to help you generate Oathkeeper rules on the fly, in a dynamic fashion, it does not allows Oathkeeper to be a ingress controller |
Beta Was this translation helpful? Give feedback.
Hello there!
Oathkeeper is a proxy, but it cannot be use as an Ingress controller, as it does not implement the kubernetes specific logic.
What you can do is: have an existing ingress controller (like nginx or traefik), expose OAthkeeper via it, and then proxy the rest of your applications though Oathkeeper :)
Oathkeeper-maester is a k8s controller, but it is designed to help you generate Oathkeeper rules on the fly, in a dynamic fashion, it does not allows Oathkeeper to be a ingress controller