Help Center/
Ubiquitous Cloud Native Service/
User Guide/
Service Mesh/
Traffic Management/
Service Route/
Updating a Service Route
Updated on 2025-04-25 GMT+08:00
Updating a Service Route
Updating a Service Route on the Console
To update a service route on the console, perform the following steps:
- Log in to the UCS console. In the navigation pane, choose Service Meshes.
- Click the name of the target service mesh to go to its details page.
- In the navigation pane, choose Traffic Governance > Service Router.
- Click Edit YAML in the Operation column.
- Configure the parameters as required. For example, the following describes how to modify the URI for a service route:
apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: ratings-route spec: hosts: - ratings.prod.svc.cluster.local http: - match: - headers: end-user: exact: jason uri: # Modify the URI for the service route. prefix: /ratings route: - destination: host: ratings.prod.svc.cluster.local
Parent topic: Service Route
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