A simple container with DB tooling included (cqlsh, postgresql-client)
$ git clone
$ docker build -t jsenon/toolsdbcontainer .
$ docker run -it jsenon/toolsdbcontainer bash
kubectl run toolsdbcontainer -it --image docker.io/jsenon/toolsdbcontainer:latest bash
Automated build on https://hub.docker.com/r/jsenon/toolsdbcontainer/