Baoyuantop commented on issue #12368:
URL: https://github.com/apache/apisix/issues/12368#issuecomment-3055981587

   You can try dns service discovery:
   
   ```
   {
     "upstream": {
       "type": "roundrobin", 
       "discovery_type": "dns",
       "service_name": "partyapplication.apisix.svc.cluster.local:8080"
     }
   }
   ```
   
   In addition, you may need to configure Istio's corresponding DestinationRule 
and ServiceEntry to ensure that the traffic is intercepted correctly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to