Slide 17
Slide 17 text
TERMINAL
> wget localhost:19000/config_dum
p
## omitted for clarit
y
"dynamic_route_configs":
[
{
"route_config":
{
"@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration"
,
"name": "expense"
,
## omitted for clarit
y
"route":
{
"weighted_clusters":
{
"clusters":
[
{
"name": “expense.default.eastus.internal.***.consul”
,
"weight": 500
0
}
,
{
"name": “expense-v2.default.eastus.internal.***.consul”
,
"weight": 500
0
}
]
,
"total_weight": 1000
0
}