There are some tools that allow you to copy debug tools into a container when needed. I think all that needs to be I'm the container is tar and it runs `kubectl exec ... tar` in the container. This allows you to get in when needed but still keep your production attack surface low.
Either way as long as all your containers share the same base layer it doesn't really matter since they will be deduplicate.