Replies: 1 comment
-
|
Check our kserve tests. It test a direct Knative service as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Kubeflow installed from manifests (its great!) but I would like to use the same cluster for other things also. For example regular
Deploymentsand Knative Services. I have no real issue using the Istio installed from the Kubeflow manifests - it seems like it's just a matter ofHTTPRouteand some policies.Knative is a bit more tricky - it looks like it's configured to use an internal only ingress. I'm figuring out how it could be configured to serve Knative Services outside of Kserve, while not breaking Kserve or Kubeflow. If I figure it out I can post the solution here, but thought I'd open the discussion if this is something others have done.
Beta Was this translation helpful? Give feedback.
All reactions