Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing #2

Conversation

dhirajsb
Copy link

Description

How Has This Been Tested?

Merge criteria:

  • The commits and have meaningful messages; the author will squash them after approval or will ask to merge with squash.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

…l and external routing, and gRPC internal routing
…decar injection in model registry deployment
Copy link
Owner

@tarilabs tarilabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with:

export KF_TOKEN="$(kubectl -n default create token default)"
curl -H "Authorization: Bearer "$KF_TOKEN http://localhost:8080/api/model_registry/v1alpha3/registered_models

(no path prefix from CLI)

and from Notebook:

image

Both working as expected.

Thank you @dhirajsb

@tarilabs tarilabs merged commit b0fd5ad into tarilabs:tarilabs-20240519-vsrestapi May 27, 2024
tarilabs added a commit that referenced this pull request May 27, 2024
fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing (#2)

* fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing

* fix: simplify istio config by excluding DB port and enabling istio sidecar injection in model registry deployment

Co-authored-by: Dhiraj Bokde <[email protected]>

Signed-off-by: Matteo Mortari <[email protected]>
tarilabs added a commit that referenced this pull request May 27, 2024
fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing (#2)

* fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing

* fix: simplify istio config by excluding DB port and enabling istio sidecar injection in model registry deployment

Signed-off-by: Matteo Mortari <[email protected]>

Co-authored-by: Dhiraj Bokde <[email protected]>
@dhirajsb dhirajsb deleted the tarilabs-20240519-vsrestapi branch May 28, 2024 14:45
tarilabs added a commit that referenced this pull request May 30, 2024
fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing (#2)

* fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing

* fix: simplify istio config by excluding DB port and enabling istio sidecar injection in model registry deployment

Co-authored-by: Dhiraj Bokde <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants