-
Notifications
You must be signed in to change notification settings - Fork 86
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
add k8s demo for api server #414
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to use cases. This isn't a sample python application. Also please help me understand the demo a bit better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments.
|
||
Before starting make sure you have completed the pre-requisites [here](https://github.com/katanemo/archgw?tab=readme-ov-file#prerequisites) | ||
|
||
In separate window start 1) model server, 2) arch gateway 3) docker container for UI and for debugging 4) tail access logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
model_server is our internal implementation detail - while they can run this in foreground. I am not sure why this example forces developers to run the demo using these commands. Someone looking at this demo will be confused between arch gateway and model_server.
Instead we should follow the pattern in all other demos. We could have an advanced "debug logs" demo
@@ -0,0 +1,44 @@ | |||
# Kubernetes API Demo | |||
|
|||
This demo shows how you can use a publicly hosted REST API and interact with it using the Arch Gateway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be more specific about the demo - interact with live APIs like the K8s control plane APIs using Arch Gateway
No description provided.