IBM / Scalable-Cassandra-deployment-on-Kubernetes

In this code we provide a full roadmap the deployment of a multi-node scalable Cassandra cluster on Kubernetes. Cassandra understands that it is running within a cluster manager, and uses this cluster management infrastructure to help implement the application. Kubernetes concepts like Replication Controller, StatefulSets etc. are leveraged to deploy either non-persistent or persistent Cassandra clusters on Kubernetes cluster.

Home Page:https://developer.ibm.com/code/patterns/deploy-a-scalable-apache-cassandra-database-on-kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM/Scalable-Cassandra-deployment-on-Kubernetes Stargazers