Slackbot
11/12/2022, 12:08 AMSitesh Behera
11/12/2022, 5:08 AMSitesh Behera
11/12/2022, 5:08 AManuj joshi
11/12/2022, 1:40 PManuj joshi
11/15/2022, 12:08 AMViktor Gamov
11/15/2022, 8:27 PMViktor Gamov
11/15/2022, 8:31 PManuj joshi
11/15/2022, 8:38 PMx-testing : tester
using istio, So i have 2 services user ( v1 and v2) both are gRPC services. I have a destinationRoute for matching header key -> value pair and redirect to user service v2. Now when i try to call my api gateway ( FastAPI) using curl -H "x-testing : tester" localhost/users
, which makes call to gRPC service (users), the traffic still goes to version v1. I tested that if i use weights on both version the traffic works, its only with the header key -> value.