cannot configure phoenix with envoy gateway in k8s? #1739
|
I have deployed envoy gateway into a local Kubernetes cluster. I have tested with my open AI compatible model backend and it works, curl requests to the model return a 200 Ok response. I have installed and configured arize phoenix using the guide here https://aigateway.envoyproxy.io/docs/capabilities/observability/tracing but at the testing phase where i run |
Replies: 4 comments 5 replies
|
@Dericko681 steps here are for standalone mode which do not use k8s but might be helpful to verify your base state https://github.com/envoyproxy/ai-gateway/tree/main/cmd/aigw it is what the k8s directions you linked to were modeled after. |
|
I ran through the whole guide start to finish, and there were a couple glitches:
Here are all the commands run, exactly, in my laptop which uses colima: Sorry about the trouble, I raised #1764 for the small fixes |
|
use envoy gateway v1.6.0 and ai gateway v0.4.0 |




oh I see the issue, the main issue here is the compatibility between ai gateway v0..0.0-latest with envoy gateway v0.0.0-latest. These two versions used together fails to export traces but using envoy gateway v1.6.0 and ai gateway v0.4.0 solves it all
thank you