Question: Kubeflow installation's ingress gateway for kfserving is different than an independent install - which gateway to document in kfserving docs?
See original GitHub issueClarification Required
The patch for 1.0.1 Kubeflow manifests now makes the ingress gateway used for prediction for Kubeflow KFServing to be kfserving-gateway
instead of istio-ingressgateway
.
kubeflow/manifests#1017
Whereas when we install kfserving independently without the help of kubeflow/manifests we still route the requests through istio-ingressgateway
.
The current documentation refers to the istio-ingressgateway
as the gateway for prediction requests.
An example is shown here:
https://github.com/kubeflow/kfserving/blob/master/docs/samples/tensorflow/README.md#run-a-prediction
CLUSTER_IP=$(kubectl -n istio-system get service istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
Whether should we refer to kfserving-gateway
or istio-ingressgateway
in the docs?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Question: Kubeflow installation's ingress gateway for kfserving ...
Question : Kubeflow installation's ingress gateway for kfserving is different than an independent install - which gateway to document in ...
Read more >KServe | Kubeflow
KServe enables serverless inferencing on Kubernetes and provides performant, high abstraction interfaces for common machine learning (ML) ...
Read more >Quick start guide to Kubeflow - charm - Juju Discourse
The first step on our journey is to install MicroK8s. MicroK8s is installed from a snap package. The published snap maintains different channels...
Read more >Installing Kubeflow v0.7 on OpenShift 4.2 | Red Hat Developer
We preview the updates from Open Data Hub project that enable Kubeflow to run on Red Hat OpenShift.
Read more >Putting an ML model into production using Feast and ...
Kubeflow Pipelines comes with a pre-defined KFServing component which can be imported from the GitHub repo and reused across the pipelines ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 to this question.
Related to this, the basic tensorflow flower example has been broken for a while. (https://github.com/kubeflow/kfserving/issues/734)
@animeshsingh Thanks for fixing the typo.
Getting the CLUSTER_IP works now . So I agree that this issue must be closed.
However, if I follow the documentation of the flowers-sample example, I still have a problem when getting CLUSTER_IP variable. The problem I have now is described in 734
I am still not able to run the flowers sample (or any other example). Please let me know if you need more infos.