Closed gerardborst closed 2 years ago
Hi @gerardborst, thanks. Doesn't alpine
have the same tooling available?
@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
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
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?