static_resources: listeners: - address: socket_address: address: 0.0.0.0 port_value: 8000 traffic_direction: OUTBOUND filter_chains: - filters: - name: envoy.filters.network.http_connection_manager typed_config: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager generate_request_id: true tracing: provider: name: envoy.tracers.skywalking typed_config: "@type": type.googleapis.com/envoy.config.trace.v3.SkyWalkingConfig grpc_service: envoy_grpc: cluster_name: skywalking timeout: 0.250s client_config: service_name: front-envoy instance_name: front-envoy-1 codec_type: AUTO stat_prefix: ingress_http route_config: name: local_route virtual_hosts: - name: backend domains: - "*" routes: - match: prefix: "/" route: cluster: service1 decorator: operation: checkAvailability http_filters: - name: envoy.filters.http.router typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router start_child_span: true clusters: - name: service1 type: STRICT_DNS lb_policy: ROUND_ROBIN typed_extension_protocol_options: envoy.extensions.upstreams.http.v3.HttpProtocolOptions: "@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions explicit_http_config: http2_protocol_options: {} load_assignment: cluster_name: service1 endpoints: - lb_endpoints: - endpoint: address: socket_address: address: service1 port_value: 8000 - name: skywalking type: STRICT_DNS lb_policy: ROUND_ROBIN typed_extension_protocol_options: envoy.extensions.upstreams.http.v3.HttpProtocolOptions: "@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions explicit_http_config: http2_protocol_options: {} load_assignment: cluster_name: skywalking endpoints: - lb_endpoints: - endpoint: address: socket_address: address: skywalking-oap port_value: 11800 admin: address: socket_address: address: 0.0.0.0 port_value: 8001