quantum-fusion / springboot_swagger_example-master-cassandra

0 stars 0 forks source link

Multi-node cassandra support in Kubernetes #7

Open quantum-fusion opened 6 years ago

quantum-fusion commented 6 years ago

The problem is that the example provided has an error in syntax for the Stateful set example in Kubernetes folder, and there is a syntax error, when I try to load the yaml file.

I found in research that the PetSet descriptor was replaced by Stateful set descriptors for Pod definitions.

Resources found:

Stateful Set: https://kubernetes.io/docs/tutorials/stateful-application/cassandra/

https://stackoverflow.com/questions/47192841/how-does-statefulset-assigns-hostname-to-containers-in-kubernetes

https://kubernetes.io/docs/tasks/run-application/scale-stateful-set/

PetSet (deprecated): http://blog.kubernetes.io/2016/07/thousand-instances-of-cassandra-using-kubernetes-pet-set.html