All Projects → k8s-for-greeks → docker-cassandra-k8s

k8s-for-greeks / docker-cassandra-k8s

Licence: Apache-2.0 license
Cassandra Docker optimized for Kubernetes

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to docker-cassandra-k8s

Firecamp
Serverless Platform for the stateful services
Stars: ✭ 194 (+1392.31%)
Mutual labels:  cassandra, container
db2-docker
Docker image to run DB2 LUW
Stars: ✭ 37 (+184.62%)
Mutual labels:  container
runiac
Run IaC Anywhere With Ease
Stars: ✭ 18 (+38.46%)
Mutual labels:  container
awesome-cloud-native-security
awesome resources about cloud native security 🐿
Stars: ✭ 233 (+1692.31%)
Mutual labels:  container
crystal-cassandra
A Cassandra driver for Crystal
Stars: ✭ 20 (+53.85%)
Mutual labels:  cassandra
janusgraph-deployement
A dockerized environment For [JanusGraph + ElasticSearch + Cassandra + GraphExp]
Stars: ✭ 16 (+23.08%)
Mutual labels:  cassandra
akk-stack
Containerized EverQuest Emulator Server Environment
Stars: ✭ 36 (+176.92%)
Mutual labels:  container
PainlessDocker
Painless Docker book git repository.
Stars: ✭ 17 (+30.77%)
Mutual labels:  container
microservices-transactions
Choreography-based sagas to maintain data consistency in a microservice architecture.
Stars: ✭ 20 (+53.85%)
Mutual labels:  cassandra
cubefs
CubeFS is a cloud native distributed storage platform.
Stars: ✭ 3,062 (+23453.85%)
Mutual labels:  container
typeioc
Dependency injection container for typescript / javascript
Stars: ✭ 32 (+146.15%)
Mutual labels:  container
scaleway-csi
Container Storage Interface (CSI) Driver for https://www.scaleway.com/block-storage/
Stars: ✭ 52 (+300%)
Mutual labels:  container
smokey
Smoke tests for GOV.UK
Stars: ✭ 42 (+223.08%)
Mutual labels:  container
docker-metasploit
Metasploit framework with steroids
Stars: ✭ 49 (+276.92%)
Mutual labels:  container
drupal-container
Drupal container for running Drupal sites with Docker, built with Ansible.
Stars: ✭ 37 (+184.62%)
Mutual labels:  container
plf queue
A C++ data container replicating std::queue functionality but with better performance.
Stars: ✭ 20 (+53.85%)
Mutual labels:  container
codewind-vscode
Extension for developing cloud-native, containerized applications from VS Code
Stars: ✭ 17 (+30.77%)
Mutual labels:  container
TTstack
A private-cloud solution for SMEs !
Stars: ✭ 55 (+323.08%)
Mutual labels:  container
tableau-server-docker
Dockerfile for Tableau Server on Linux - Single Node
Stars: ✭ 111 (+753.85%)
Mutual labels:  container
p3y
A single binary reverse proxy written in go. It was developed for use in Kubernetes, to wrap services like Prometheus with simple BasicAuth and TLS encryption.
Stars: ✭ 15 (+15.38%)
Mutual labels:  container

Cassandra K8s

This project is no longer maintained, and has moved. Please see here: https://github.com/GoogleCloudPlatform/gke-stateful-applications-demo

This project provides a container optimized to run Apache Cassandra on Kubernetes. This project provides both a production grade container, and a developer container for using cqlsh.

Build Status

Docker Repository on Quay

This container is hosted on Docker Repository on Quay. Visit the repository for the most update to date container. We do not recommend running using "lastest", as breaking changes may break your production environment.

Building via Makefile

The projects Makefile contains various targets for building and pushing both the production container and the development container.

Production Container

Use the default target. The example below also sets the docker repository name and the Cassandra version. See the top of the Makefile for other variables that can be set.

make CASSANDRA_VERSION=3.9 PROJECT=quay.io/vorstella/cassandra-k8s

Development Container

The following command builds the development container, which includes a working version of cqlsh.

make build-dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].