plano/demos/use_cases/k8s_api
2025-02-20 17:45:16 -08:00
..
arch_config.yaml move to use-cases 2025-02-20 17:45:16 -08:00
docker-compose.yaml move to use-cases 2025-02-20 17:45:16 -08:00
image.png move to use-cases 2025-02-20 17:45:16 -08:00
image2.png move to use-cases 2025-02-20 17:45:16 -08:00
README.md move to use-cases 2025-02-20 17:45:16 -08:00
run_demo.sh move to use-cases 2025-02-20 17:45:16 -08:00

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

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
    
  2. start arch gateway

    archgw up --service archgw --foreground
    
  3. start docker container for ui

    docker compose up
    
  4. tail access logs

    tail -F ~/archgw_logs/access_*
    

Here is a sample screenshot of the demo in action,

screenshot

  • show usage of get namespace details and get pods Demo Screenshot