-
-
Save t-eckert/a3232c7d81ecdedacc46ae684e77a28b to your computer and use it in GitHub Desktop.
Consul K8s Envoy Debugging Sample Outputs
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
Namespace: All Namespaces | |
Namespace Name Type | |
consul consul-ingress-gateway-6fb5544485-br6fl Ingress Gateway | |
consul consul-ingress-gateway-6fb5544485-m54sp Ingress Gateway | |
default backend-658b679b45-d5xlb Sidecar | |
default client-767ccfc8f9-6f6gx Sidecar | |
default client-767ccfc8f9-f8nsn Sidecar | |
default client-767ccfc8f9-ggrtx Sidecar | |
default frontend-676564547c-v2mfq Sidecar |
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
Envoy configuration for backend-658b679b45-d5xlb in namespace default: | |
==> Clusters (5) | |
Name FQDN Endpoints Type Last Updated | |
local_agent local_agent 192.168.79.187:8502 STATIC 2022-05-13T04:22:39.553Z | |
client client.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul 192.168.18.110:20000, 192.168.52.101:20000, 192.168.65.131:20000 EDS 2022-08-10T12:30:32.326Z | |
frontend frontend.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul 192.168.63.120:20000 EDS 2022-08-10T12:30:32.233Z | |
local_app local_app 127.0.0.1:8080 STATIC 2022-05-13T04:22:39.655Z | |
original-destination original-destination ORIGINAL_DST 2022-05-13T04:22:39.743Z | |
==> Endpoints (6) | |
Address:Port Cluster Weight Status | |
192.168.79.187:8502 local_agent 1.00 [32mHEALTHY[0m | |
192.168.18.110:20000 client.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul 1.00 [32mHEALTHY[0m | |
192.168.52.101:20000 client.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul 1.00 [32mHEALTHY[0m | |
192.168.65.131:20000 client.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul 1.00 [32mHEALTHY[0m | |
192.168.63.120:20000 frontend.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul 1.00 [32mHEALTHY[0m | |
127.0.0.1:8080 local_app 1.00 [32mHEALTHY[0m | |
==> Listeners (2) | |
Name Address:Port Direction Filter Chain Match Filters Last Updated | |
public_listener 192.168.69.179:20000 INBOUND Any * to local_app/ 2022-08-10T12:30:47.142Z | |
outbound_listener 127.0.0.1:15001 OUTBOUND 10.100.134.173/32, 240.0.0.3/32 to client.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul 2022-07-18T15:31:03.246Z | |
10.100.31.2/32, 240.0.0.5/32 to frontend.default.dc1.internal.bc3815c2-1a0f-f3ff-a2e9-20d791f08d00.consul | |
Any to original-destination | |
==> Routes (1) | |
Name Destination Cluster Last Updated | |
public_listener local_app/ 2022-08-10T12:30:47.141Z | |
==> Secrets (0) | |
Name Type Last Updated | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment