Path Lines of Code CODE_OF_CONDUCT.md 4 CONTRIBUTING.md 38 FAQ.md 23 README.md 51 blogs/cert-manager-tls/README.md 43 blogs/ecs-canary-deployments-pipeline/README.md 4 blogs/ecs-canary-deployments-pipeline/requirements.txt 2 blogs/ecs-service-connectivity/README.md 1 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-app-gateway-route.json 19 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-app-vn.json 37 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-app-vs.json 11 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-db-vn.json 19 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-db-vs.json 11 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-recipe-vn.json 19 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-recipe-vs.json 11 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-redis-vn.json 19 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-redis-vs.json 11 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-ui-gateway-route.json 19 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-ui-vn.json 27 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-ui-vs.json 11 blogs/ecs-service-connectivity/yelb/deployments/platformdeployment/AWS/ECS/mesh/yelb-vg.json 14 blogs/ecs-service-connectivity/yelb/yelb-appserver/README.md 2 blogs/ecs-service-connectivity/yelb/yelb-ui/README.md 6 blogs/ecs-service-connectivity/yelb/yelb-ui/clarity-seed-newfiles/angular-cli.json 70 blogs/ecs-service-connectivity/yelb/yelb-ui/clarity-seed-newfiles/package.json 62 blogs/eks-appmesh-connectivity/deployments/yaml/README.md 5 blogs/eks-bulkhead-pattern-circuit-breaker/README.md 24 blogs/eks-bulkhead-pattern-circuit-breaker/price-app/go.mod 6 blogs/eks-canary-deployments-pipeline/microservices/redis-server/specfiles/deploy.json 9 blogs/eks-canary-deployments-pipeline/microservices/yelb-appserver/specfiles/deploy.json 9 blogs/eks-canary-deployments-pipeline/microservices/yelb-db/specfiles/deploy.json 9 blogs/eks-canary-deployments-pipeline/microservices/yelb-ui/specfiles/deploy.json 9 blogs/eks-multi-account-spire/README.md 446 blogs/eks-multi-account-spire/appmesh-spire-agent/README.md 29 blogs/eks-multi-account-spire/appmesh-spire-agent/templates/NOTES.txt 1 blogs/eks-multi-account-spire/appmesh-spire-server/README.md 25 blogs/eks-multi-account-spire/appmesh-spire-server/templates/NOTES.txt 1 blogs/eks-multi-account-spire/cf-templates/backend-template.json 1288 blogs/eks-multi-account-spire/cf-templates/frontend-template.json 1288 blogs/eks-multi-account-spire/cf-templates/shared-services-template.json 1369 blogs/envoy-cw-dashboards/README.md 3 blogs/http-headers-and-priority/README.md 148 blogs/http-retry-policy/README.md 56 examples/README.md 56 examples/apps/colorapp/README.md 478 examples/apps/colorapp/ecs/colorgateway-base-task-def.json 81 examples/apps/colorapp/ecs/colorteller-base-task-def.json 77 examples/apps/colorapp/ecs/create-task-defs.sh 106 examples/apps/colorapp/ecs/ecs-colorapp.sh 19 examples/apps/colorapp/ecs/ecs-colorapp.yaml 391 examples/apps/colorapp/ecs/envoy-container.json 69 examples/apps/colorapp/ecs/xray-container.json 23 examples/apps/colorapp/kubernetes/generate-templates.sh 429 examples/apps/colorapp/servicemesh/appmesh-colorapp.sh 11 examples/apps/colorapp/servicemesh/appmesh-colorapp.yaml 187 examples/apps/colorapp/servicemesh/config/update_routes/colorteller-route-black-100.json 19 examples/apps/colorapp/servicemesh/config/update_routes/colorteller-route-black-80-blue-20.json 23 examples/apps/colorapp/servicemesh/config/update_routes/colorteller-route-blue-100.json 19 examples/apps/colorapp/servicemesh/config/update_routes/colorteller-route-blue-80-red-20.json 23 examples/apps/colorapp/servicemesh/config/update_routes/colorteller-route-red-100.json 19 examples/apps/colorapp/servicemesh/route_canary.sh 60 examples/apps/colorapp/src/colorteller/deploy.sh 32 examples/apps/colorapp/src/colorteller/go.mod 13 examples/apps/colorapp/src/colorteller/main.go 49 examples/apps/colorapp/src/gateway/deploy.sh 32 examples/apps/colorapp/src/gateway/go.mod 14 examples/apps/colorapp/src/gateway/main.go 182 examples/apps/djapp/1_base_application/base_app.yaml 133 examples/apps/djapp/2_meshed_application/meshed_app.yaml 189 examples/apps/djapp/3_canary_new_version/v2_app.yaml 183 examples/apps/djapp/README.md 23 examples/apps/djapp/legacy/1_create_the_initial_architecture/1_initial_architecture_deployment.yaml 80 examples/apps/djapp/legacy/1_create_the_initial_architecture/1_initial_architecture_services.yaml 45 examples/apps/djapp/legacy/1_create_the_initial_architecture/1_prod_ns.yaml 4 examples/apps/djapp/legacy/2_create_injector/appmesh-ns.yaml 5 examples/apps/djapp/legacy/2_create_injector/ca-bundle.sh 16 examples/apps/djapp/legacy/2_create_injector/create.sh 14 examples/apps/djapp/legacy/2_create_injector/delete.sh 15 examples/apps/djapp/legacy/2_create_injector/gen-cert.sh 60 examples/apps/djapp/legacy/3_add_crds/controller-deployment.yaml 61 examples/apps/djapp/legacy/3_add_crds/mesh-definition.yaml 60 examples/apps/djapp/legacy/3_add_crds/virtual-node-definition.yaml 102 examples/apps/djapp/legacy/3_add_crds/virtual-service-definition.yaml 99 examples/apps/djapp/legacy/4_create_initial_mesh_components/mesh.yaml 8 examples/apps/djapp/legacy/4_create_initial_mesh_components/metal_and_jazz_placeholder_services.yaml 23 examples/apps/djapp/legacy/4_create_initial_mesh_components/nodes_representing_physical_services.yaml 49 examples/apps/djapp/legacy/4_create_initial_mesh_components/nodes_representing_virtual_services.yaml 29 examples/apps/djapp/legacy/4_create_initial_mesh_components/virtual-services.yaml 37 examples/apps/djapp/legacy/5_canary/jazz_service_update.yaml 20 examples/apps/djapp/legacy/5_canary/jazz_v2.yaml 54 examples/apps/djapp/legacy/5_canary/metal_service_update.yaml 20 examples/apps/djapp/legacy/5_canary/metal_v2.yaml 54 examples/apps/djapp/legacy/amctl.sh 58 examples/apps/djapp/legacy/awscli.yaml 13 examples/apps/djapp/legacy/cleanup.sh 25 examples/apps/djapp/legacy/create.sh 61 examples/apps/djapp/legacy/ranCon.sh 4 examples/apps/voteapp/README.md 4 examples/infrastructure/appmesh-mesh.sh 10 examples/infrastructure/appmesh-mesh.yaml 19 examples/infrastructure/ecs-cluster.sh 12 examples/infrastructure/ecs-cluster.yaml 389 examples/infrastructure/eks-cluster.sh 10 examples/infrastructure/eks-cluster.yaml 223 examples/infrastructure/vpc.sh 9 examples/infrastructure/vpc.yaml 204 examples/infrastructure/wipe_out_mesh.sh 59 walkthroughs/README.md 15 walkthroughs/eks-app-mesh-cross-account-acm/mesh/ca_config.txt 12 walkthroughs/eks-app-mesh-cross-account-acm/mesh/revoke_config.txt 8 walkthroughs/eks-app-mesh-cross-account-acm/readme.md 112 walkthroughs/eks-app-mesh-multi-account/readme.md 114 walkthroughs/eks-getting-started/yelb-appserver-v2/README.md 2 walkthroughs/eks/README.md 12 walkthroughs/eks/base.md 205 walkthroughs/eks/logs-policy.json 16 walkthroughs/eks/o11y-cloudwatch.md 36 walkthroughs/eks/o11y-grafana.md 27 walkthroughs/eks/o11y-jaeger.md 48 walkthroughs/eks/o11y-prometheus.md 44 walkthroughs/eks/o11y-xray.md 43 walkthroughs/eks/volumeMounts-sidecarEnv.md 174 walkthroughs/fargate/README.md 164 walkthroughs/fargate/envoy-container.json 69 walkthroughs/fargate/fargate-colorteller-task-def.json 81 walkthroughs/fargate/xray-container.json 23 walkthroughs/howto-alb/README.md 28 walkthroughs/howto-alb/colorapp/requirements.txt 4 walkthroughs/howto-alb/feapp/requirements.txt 5 walkthroughs/howto-circuit-breakers/README.md 245 walkthroughs/howto-circuit-breakers/mesh/colorgateway-route-1.json 16 walkthroughs/howto-circuit-breakers/mesh/colorgateway-route-2.json 16 walkthroughs/howto-circuit-breakers/mesh/colorgateway-vg-update.json 18 walkthroughs/howto-circuit-breakers/mesh/colorgateway-vg.json 12 walkthroughs/howto-circuit-breakers/mesh/colorteller-black-vn-update.json 30 walkthroughs/howto-circuit-breakers/mesh/colorteller-black-vn.json 25 walkthroughs/howto-circuit-breakers/mesh/colorteller-route-1.json 17 walkthroughs/howto-circuit-breakers/mesh/colorteller-route-2.json 17 walkthroughs/howto-circuit-breakers/mesh/colorteller-vr-1.json 12 walkthroughs/howto-circuit-breakers/mesh/colorteller-vr-2.json 12 walkthroughs/howto-circuit-breakers/mesh/colorteller-vs-1.json 9 walkthroughs/howto-circuit-breakers/mesh/colorteller-vs-2.json 9 walkthroughs/howto-circuit-breakers/mesh/colorteller-white-vn-update.json 31 walkthroughs/howto-circuit-breakers/mesh/colorteller-white-vn.json 25 walkthroughs/howto-circuit-breakers/mesh/mesh.json 3 walkthroughs/howto-circuit-breakers/src/colorteller/go.mod 3 walkthroughs/howto-cross-account/README.md 118 walkthroughs/howto-cross-account/updated-route.json 17 walkthroughs/howto-ecs-basics/README.md 164 walkthroughs/howto-ecs-basics/src/colorapp/go.mod 13 walkthroughs/howto-ecs-basics/src/feapp/go.mod 14 walkthroughs/howto-external-traffic/README.md 167 walkthroughs/howto-external-traffic/src/colorteller_with_external_traffic/go.mod 2 walkthroughs/howto-grpc-ingress-gateway/README.md 101 walkthroughs/howto-grpc-ingress-gateway/color_server/go.mod 8 walkthroughs/howto-grpc/README.md 182 walkthroughs/howto-grpc/color_client/go.mod 8 walkthroughs/howto-grpc/color_server/go.mod 8 walkthroughs/howto-grpc/mesh/route-all-methods.json 19 walkthroughs/howto-grpc/mesh/route-retries.json 27 walkthroughs/howto-http-headers/README.md 71 walkthroughs/howto-http-headers/color-route.json 28 walkthroughs/howto-http-retries/README.md 64 walkthroughs/howto-http-retries/blue-route-no-retry.json 20 walkthroughs/howto-http-retries/blue-route.json 30 walkthroughs/howto-http2/README.md 159 walkthroughs/howto-http2/color_client/go.mod 3 walkthroughs/howto-http2/color_server/go.mod 3 walkthroughs/howto-http2/mesh/route-blue.json 19 walkthroughs/howto-http2/mesh/route-red-blue-green.json 27 walkthroughs/howto-http2/mesh/route-red-blue.json 23 walkthroughs/howto-http2/mesh/route-red-retries.json 27 walkthroughs/howto-http2/mesh/route-red.json 19 walkthroughs/howto-ingress-gateway/README.md 435 walkthroughs/howto-ingress-gateway/mesh/colorgateway-route-1.json 16 walkthroughs/howto-ingress-gateway/mesh/colorgateway-route-2.json 16 walkthroughs/howto-ingress-gateway/mesh/colorgateway-vg-backendDefaults.json 33 walkthroughs/howto-ingress-gateway/mesh/colorgateway-vg.json 20 walkthroughs/howto-ingress-gateway/mesh/colorteller-black-vn-tls.json 33 walkthroughs/howto-ingress-gateway/mesh/colorteller-black-vn.json 25 walkthroughs/howto-ingress-gateway/mesh/colorteller-blue-vn-tls.json 33 walkthroughs/howto-ingress-gateway/mesh/colorteller-blue-vn.json 25 walkthroughs/howto-ingress-gateway/mesh/colorteller-red-vn-tls.json 33 walkthroughs/howto-ingress-gateway/mesh/colorteller-red-vn.json 25 walkthroughs/howto-ingress-gateway/mesh/colorteller-route-1.json 21 walkthroughs/howto-ingress-gateway/mesh/colorteller-route-2.json 21 walkthroughs/howto-ingress-gateway/mesh/colorteller-vr-1.json 12 walkthroughs/howto-ingress-gateway/mesh/colorteller-vr-2.json 12 walkthroughs/howto-ingress-gateway/mesh/colorteller-vs-1.json 9 walkthroughs/howto-ingress-gateway/mesh/colorteller-vs-2.json 9 walkthroughs/howto-ingress-gateway/mesh/colorteller-white-vn-tls.json 33 walkthroughs/howto-ingress-gateway/mesh/colorteller-white-vn.json 25 walkthroughs/howto-ingress-gateway/mesh/mesh.json 3 walkthroughs/howto-ingress-gateway/src/colorteller/go.mod 23 walkthroughs/howto-ipv6/README.md 455 walkthroughs/howto-ipv6/color_client/go.mod 3 walkthroughs/howto-ipv6/color_server_dual/go.mod 3 walkthroughs/howto-ipv6/color_server_v4/go.mod 3 walkthroughs/howto-ipv6/color_server_v6/go.mod 3 walkthroughs/howto-k8s-alb/README.md 71 walkthroughs/howto-k8s-cloudmap/README.md 122 walkthroughs/howto-k8s-cloudmap/colorapp/requirements.txt 4 walkthroughs/howto-k8s-cloudmap/feapp/requirements.txt 5 walkthroughs/howto-k8s-connection-pools/README.md 215 walkthroughs/howto-k8s-connection-pools/colorapp/go.mod 3 walkthroughs/howto-k8s-cross-cluster/README.md 126 walkthroughs/howto-k8s-cross-cluster/colorapp/requirements.txt 4 walkthroughs/howto-k8s-cross-cluster/feapp/requirements.txt 5 walkthroughs/howto-k8s-egress/README.md 85 walkthroughs/howto-k8s-envoy-logging-custom-format/README.md 35 walkthroughs/howto-k8s-envoy-logging-custom-format/colorapp/go.mod 2 walkthroughs/howto-k8s-envoy-logging-custom-format/feapp/go.mod 2 walkthroughs/howto-k8s-fargate/README.md 52 walkthroughs/howto-k8s-fargate/src/colorapp/go.mod 13 walkthroughs/howto-k8s-fargate/src/feapp/go.mod 14 walkthroughs/howto-k8s-grpc-ingress-v2/README.md 248 walkthroughs/howto-k8s-grpc-ingress-v2/greeter/go.mod 8 walkthroughs/howto-k8s-grpc/README.md 76 walkthroughs/howto-k8s-grpc/color_client/go.mod 8 walkthroughs/howto-k8s-grpc/color_server/go.mod 8 walkthroughs/howto-k8s-http-headers/README.md 47 walkthroughs/howto-k8s-http-ingress-v2/README.md 217 walkthroughs/howto-k8s-http2/README.md 51 walkthroughs/howto-k8s-http2/color_client/go.mod 3 walkthroughs/howto-k8s-http2/color_server/go.mod 3 walkthroughs/howto-k8s-ingress-gateway/README.md 136 walkthroughs/howto-k8s-ipv6/README.md 83 walkthroughs/howto-k8s-ipv6/color_client/go.mod 3 walkthroughs/howto-k8s-ipv6/color_server/go.mod 3 walkthroughs/howto-k8s-metrics-extension/README.md 683 walkthroughs/howto-k8s-mtls-file-based/README.md 202 walkthroughs/howto-k8s-mtls-sds-based/README.md 483 walkthroughs/howto-k8s-multi-region/README.md 184 walkthroughs/howto-k8s-multi-region/envoy-iam-policy.json 20 walkthroughs/howto-k8s-multiple-listeners/README.md 36 walkthroughs/howto-k8s-multiple-listeners/app/go.mod 2 walkthroughs/howto-k8s-outlier-detection/README.md 307 walkthroughs/howto-k8s-outlier-detection/colorapp/go.mod 3 walkthroughs/howto-k8s-outlier-detection/feapp/go.mod 2 walkthroughs/howto-k8s-retry-policy/README.md 83 walkthroughs/howto-k8s-timeout-policy/README.md 114 walkthroughs/howto-k8s-timeout-policy/colorapp/requirements.txt 4 walkthroughs/howto-k8s-timeout-policy/feapp/requirements.txt 5 walkthroughs/howto-k8s-tls-acm/README.md 176 walkthroughs/howto-k8s-tls-file-based/README.md 169 walkthroughs/howto-match-and-rewrite-at-ingress/README.md 338 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorgateway-route-1.json 16 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorgateway-route-2.json 16 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorgateway-route-updated-disabled_rewrite.json 21 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorgateway-route-updated-hostname-match.json 19 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorgateway-route-updated-rewrite.json 27 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorgateway-vg.json 12 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-red-vn.json 25 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-route-1.json 17 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-route-2.json 17 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-route-updated-rewrite.json 17 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-vr-1.json 12 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-vr-2.json 12 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-vs-1.json 9 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-vs-2.json 9 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/colorteller-yellow-vn.json 25 walkthroughs/howto-match-and-rewrite-at-ingress/mesh/mesh.json 3 walkthroughs/howto-match-and-rewrite-at-ingress/src/colorteller/go.mod 3 walkthroughs/howto-metrics-extension-ecs/README.md 614 walkthroughs/howto-metrics-extension-ecs/src/dashboard-v1/package-lock.json 1115 walkthroughs/howto-metrics-extension-ecs/src/dashboard-v1/package.json 16 walkthroughs/howto-metrics-extension-ecs/src/djapp/go.mod 2 walkthroughs/howto-multiple-listeners/README.md 112 walkthroughs/howto-multiple-listeners/mesh/color-gateway-route.json 17 walkthroughs/howto-multiple-listeners/mesh/colorteller-vn.json 25 walkthroughs/howto-multiple-listeners/mesh/colorteller-vs.json 9 walkthroughs/howto-multiple-listeners/mesh/foodteller-vn.json 39 walkthroughs/howto-multiple-listeners/mesh/foodteller-vr.json 18 walkthroughs/howto-multiple-listeners/mesh/foodteller-vs.json 9 walkthroughs/howto-multiple-listeners/mesh/fruit-gateway-route.json 18 walkthroughs/howto-multiple-listeners/mesh/fruit-route.json 18 walkthroughs/howto-multiple-listeners/mesh/mesh.json 3 walkthroughs/howto-multiple-listeners/mesh/tellergateway-vg.json 18 walkthroughs/howto-multiple-listeners/mesh/vegetable-gateway-route.json 18 walkthroughs/howto-multiple-listeners/mesh/vegetable-route.json 18 walkthroughs/howto-multiple-listeners/src/teller/go.mod 2 walkthroughs/howto-mutual-tls-file-provided-by-acm/README.md 279 walkthroughs/howto-mutual-tls-file-provided-by-acm/src/colorteller/go.mod 2 walkthroughs/howto-mutual-tls-file-provided/README.md 374 walkthroughs/howto-mutual-tls-file-provided/mesh/colorteller-gwroute.json 16 walkthroughs/howto-mutual-tls-file-provided/mesh/colorteller-vn.json 18 walkthroughs/howto-mutual-tls-file-provided/mesh/colorteller-vs.json 9 walkthroughs/howto-mutual-tls-file-provided/mesh/gateway-vgw.json 12 walkthroughs/howto-mutual-tls-file-provided/mesh/mesh.json 1 walkthroughs/howto-mutual-tls-file-provided/mesh/updates/colorteller-vn-strict-tls.json 27 walkthroughs/howto-mutual-tls-file-provided/mesh/updates/colorteller-vn-strict-validation.json 41 walkthroughs/howto-mutual-tls-file-provided/mesh/updates/gateway-vgw-client-cert.json 38 walkthroughs/howto-mutual-tls-file-provided/mesh/updates/gateway-vgw-client-policy.json 32 walkthroughs/howto-mutual-tls-file-provided/src/colorteller/go.mod 2 walkthroughs/howto-outlier-detection/README.md 306 walkthroughs/howto-outlier-detection/mesh/color-vn-with-outlier-detection.json 45 walkthroughs/howto-outlier-detection/mesh/color-vn.json 33 walkthroughs/howto-outlier-detection/mesh/color-vs.json 10 walkthroughs/howto-outlier-detection/mesh/front-vn.json 40 walkthroughs/howto-outlier-detection/src/color-app/go.mod 3 walkthroughs/howto-outlier-detection/src/frontend-app/go.mod 2 walkthroughs/howto-servicediscovery-cloudmap/README.md 46 walkthroughs/howto-timeout-policy/README.md 279 walkthroughs/howto-timeout-policy/mesh/colorgateway-vn-timeout20s.json 32 walkthroughs/howto-timeout-policy/mesh/colorgateway-vn.json 24 walkthroughs/howto-timeout-policy/mesh/colorteller-route-timeout20s.json 26 walkthroughs/howto-timeout-policy/mesh/colorteller-route-timeout5s.json 26 walkthroughs/howto-timeout-policy/mesh/colorteller-route.json 17 walkthroughs/howto-timeout-policy/mesh/colorteller-route1-timeout18s.json 26 walkthroughs/howto-timeout-policy/mesh/colorteller-route1.json 17 walkthroughs/howto-timeout-policy/mesh/colorteller-route2-timeout10s.json 26 walkthroughs/howto-timeout-policy/mesh/colorteller-route2.json 17 walkthroughs/howto-timeout-policy/mesh/colorteller-vn-timeout18s.json 33 walkthroughs/howto-timeout-policy/mesh/colorteller-vn-timeout20s.json 33 walkthroughs/howto-timeout-policy/mesh/colorteller-vn.json 25 walkthroughs/howto-timeout-policy/mesh/colorteller-vr.json 12 walkthroughs/howto-timeout-policy/mesh/colorteller-vs.json 9 walkthroughs/howto-timeout-policy/mesh/colorteller-white-vn-timeout20s.json 33 walkthroughs/howto-timeout-policy/mesh/colorteller-white-vn.json 25 walkthroughs/howto-timeout-policy/mesh/mesh.json 1 walkthroughs/howto-timeout-policy/mesh/publicgateway-route.json 16 walkthroughs/howto-timeout-policy/mesh/publicgateway-vg.json 12 walkthroughs/howto-timeout-policy/src/colorgateway/go.mod 25 walkthroughs/howto-timeout-policy/src/colorteller/go.mod 23 walkthroughs/howto-tls-file-provided/README.md 215 walkthroughs/howto-tls-file-provided/src/colorteller/go.mod 23 walkthroughs/tls-with-acm/README.md 307 walkthroughs/tls-with-acm/src/colorteller/go.mod 23