add k8s demo for api server

This commit is contained in:
Adil Hafeez 2025-02-20 12:07:22 -08:00
parent 1bbc5d2233
commit 7a7288314a
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
4 changed files with 166 additions and 0 deletions

View file

@ -0,0 +1,26 @@
This demo shows how you can use a publicly hosted rest api and interact it using arch gateway.
# How to run this demo.
Before staring 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
1. start model server
```
archgw up --service model_server --foreground
```
1. start arch gateway
```
archgw up --service archgw --foreground
```
1. start docker container for ui
```
docker compose up
```
1. tail access logs
```
tail -F ~/archgw_logs/access_*
```