/kubernetes-cassandra

Dockerfile and kubernetes manifests for the cassandra statefulset on kubernetes

Primary LanguageShellApache License 2.0Apache-2.0

kubernetes-cassandra

The cassandra docker image is built based on dokcer-oracle-java-8 image. The Dockerfile and kubernetes manifests are created by refering to kubernetes's cassandra statefulset tutorial. You can get the image by docker pull gn00023040/kubernetes-cassandra.

The cassandra statefulset leverages the awesome modified version of hostpath-provisioner storage calss created by @MaZderMind to store data in the host path.

Warning: the kubernetes manifesets defined here is only for development/testing purpose, do not apply them to a production environment.