Right now the kubeflow ISTIO gateway is in namespace kubeflow. Based on the docs it looks like the gateway should be in the same namespace as the pods running the envoy servers at the edge providing ingress to the cluster.
Having the ISTIO gateway in the kubeflow namespace is currently working with Kubeflow 1.0 and ISTIO 1.1.6. I was told though that this might be due to a bug which got fixed in ISTIO (~1.5.X).
Either way we probably want to move the ISTIO gateway into the istio namespace. This likely means we will need to update all of our virtual services referencing the gateway to refer to it in the appropriate namespace.
Right now the kubeflow ISTIO gateway is in namespace kubeflow. Based on the docs it looks like the gateway should be in the same namespace as the pods running the envoy servers at the edge providing ingress to the cluster.
Having the ISTIO gateway in the kubeflow namespace is currently working with Kubeflow 1.0 and ISTIO 1.1.6. I was told though that this might be due to a bug which got fixed in ISTIO (~1.5.X).
Either way we probably want to move the ISTIO gateway into the istio namespace. This likely means we will need to update all of our virtual services referencing the gateway to refer to it in the appropriate namespace.