adk-web
adk-web copied to clipboard
Help with GKE deployment with istio enabled
Discussed in https://github.com/google/adk-python/discussions/348
Originally posted by samyobanerjee-25 April 22, 2025 I am trying to deploy the demo app on our internal GKE and we use istio . The web UI is not loading as the JS files getting 404. EX. https://domain/context/main-SLIAU2JL.js How to configure a root context on the fast api server for the istio to route the calls properly ?
The get_fast_api_app definition don't take a root context .