Currently, ODAHU solution has nginx-ingress-controller and Istio deployments. External traffic goes through two proxies.
The main complications to get rid of the nginx ingress:
envoy integration with OAuth proxy
manually configuration of ingresses for all 3rt-party deployments(Grafana, Prometheus and so on).
Props:
Remove nginx ingress dependency. It means that we can deploy to a Kubernetes or Openshift cluster with any pre-deployed ingresses.
Currently, ODAHU solution has nginx-ingress-controller and Istio deployments. External traffic goes through two proxies. The main complications to get rid of the nginx ingress:
envoy integration with OAuth proxy manually configuration of ingresses for all 3rt-party deployments(Grafana, Prometheus and so on).
Props:
Remove nginx ingress dependency. It means that we can deploy to a Kubernetes or Openshift cluster with any pre-deployed ingresses.