question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: Kubeflow installation's ingress gateway for kfserving is different than an independent install - which gateway to document in kfserving docs?

See original GitHub issue

Clarification 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

Refer Issues: #668 #924

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?

/cc @yuzisun @animeshsingh @ellis-bigelow @cliveseldon

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
zhenghuiwangcommented, Mar 24, 2020

+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)

0reactions
jal06commented, Mar 26, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found