scraly/cqlsh
A simple container with CQLSH tool
$ git clone https://github.com/scraly/cqlsh.git
$ docker build -t scraly/cqlsh .
$ docker run -it scraly/cqlsh bash
kubectl run cqlsh -it --image docker.io/scraly/cqlsh:latest bash
Automated build on https://hub.docker.com/r/scraly/cqlsh/
docker pull scraly/cqlsh