kumahq / kuma-counter-demo

This is the counter demo for Kuma, that demonstrates the capabilities of the service mesh.
Apache License 2.0
15 stars 17 forks source link

switch to debian and add some network tools #4

Closed gerardborst closed 2 years ago

gerardborst commented 3 years ago

For troubleshooting connection problems in a multi-zone environment I switched to Debian and added a lot of network tools.

Maybe it is an option to merge this?

subnetmarco commented 3 years ago

Hi @gerardborst, thanks. Doesn't alpine have the same tooling available?

gAmUssA commented 2 years ago

@gerardborst I'm also warning why demo app need all those tools? Do you think you should have an ad-hoc container with those tools that you can deploy with kubectl run curl -it --rm --image=<your-toolset-image> -n kuma-demo -- sh ?

Thank you

slonka commented 2 years ago

I'm with @gAmUssA - we don't need to bake this in to the demo, you can just use:

kubectl run curl -it --rm --image=jonlabelle/network-tools:latest -n kuma-demo -- sh