Help Center/
Ubiquitous Cloud Native Service/
User Guide/
Service Mesh/
Traffic Management/
Service Route/
Service Route Protocols/
Redirection
Updated on 2025-04-25 GMT+08:00
Redirection
If the redirection option is enabled, requests are redirected to a new destination address.
Configure the YAML file as follows:
apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: ratings-route spec: hosts: - ratings.prod.svc.cluster.local http: - match: - uri: exact: /v1/getProductRatings redirect: # Configure redirection parameters. uri: /v1/bookRatings authority: newratings.default.svc.cluster.local
You can configure the parameters based on site requirements.
Parent topic: Service Route Protocols
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot