Describes a service graph to be tested which mocks a real world service-oriented architecture.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "configs": { | |
| "routes": { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump", | |
| "dynamic_route_configs": [ | |
| { | |
| "version_info": "2018-08-02T23:20:00Z", | |
| "route_config": { | |
| "name": "3000", | |
| "virtual_hosts": [ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "configs": { | |
| "routes": { | |
| "@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump", | |
| "dynamic_route_configs": [ | |
| { | |
| "version_info": "2018-08-02T23:20:05Z", | |
| "route_config": { | |
| "name": "4001", | |
| "virtual_hosts": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-05-22T19:24:11.179643Z warn ads ADS: config failure, closing grpc 1 error occurred: | |
| * omitting listener "http_0.0.0.0_80" due to: must have more than 0 chains, and the same number of chains in each of: | |
| listener: 0; &v2.Listener{Name:"http_0.0.0.0_80", Address:core.Address{Address:(*core.Address_SocketAddress)(0xc4208445c0)}, FilterChains:[]listener.FilterChain{}, UseOriginalDst:nil, PerConnectionBufferLimitBytes:nil, Metadata:(*core.Metadata)(nil), Depre |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| digraph { | |
| // Instructions. | |
| quick_start[label="Quick Start", shape="plaintext"]; | |
| automatic_sidecar_injection_with_helm_install[label="Helm Install with Automatic Sidecar Injection Enabled", shape="plaintext"]; | |
| helm_install[label="Helm Install", shape="plaintext"]; | |
| automatic_sidecar_injection_with_helm_template[label="Helm Template with Automatic Sidecar Injection Enabled", shape="plaintext"]; | |
| helm_template[label="Helm Template", shape="plaintext"]; | |
| istio_yaml[label="istio.yaml", shape="plaintext"]; | |
| start[label="Start", shape="circle"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Keep in mind that the more configuration you have, | |
| " the harder it will be to work without your configuration. | |
| " Don't pretend to be Vi | |
| set nocompatible | |
| """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " Based on Tim Pope's vim-sensible plugin " | |
| " https://github.com/tpope/vim-sensible " | |
| """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
This list is meant to be both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
NewerOlder
