quantum-fusion / springboot_swagger_example-master-cassandra

0 stars 0 forks source link

AWS cassandra node not connecting. #5

Closed quantum-fusion closed 6 years ago

quantum-fusion commented 6 years ago

Remote cassandra node on AWS not connecting to port 9042.

https://groups.google.com/forum/#!searchin/kubernetes-sig-aws/public$20ip%7Csort:date/kubernetes-sig-aws/ezt5sPg7eX8/UOEz5pbCBAAJ

quantum-fusion commented 6 years ago

For some unknown reason, the standalone Datastax DSE 5.5.1 and Apache cassandra 3.11.1 instances running on AWS, were not able to connect, and have been discontinued.

However, I decided to go after the new Bitnami Cassandra image on AWS as a click to deploy. I added the 9042 port.

I had to add support for Bitnami Cassandra image node on AWS: https://docs.bitnami.com/aws/infrastructure/cassandra/#how-to-connect-to-cassandra-from-a-different-machine

I had to add support for Using login and password to Bitnami Cassandra node: https://docs.bitnami.com/aws/faq/starting-bitnami-aws/find_credentials/#using-the-aws-marketplace

I had to add support for login and password: https://stackoverflow.com/questions/34711811/cannot-connect-java-client-to-cassandra-with-password-authentication-enabled

quantum-fusion commented 6 years ago

This issue has been closed with the DevCenter 1.6 upgrade from Datastax, with the Bitnami cassandra single node on AWS.

Login and password credentials were added, and REST API and command line support was added for the Kubernetes limitation of not supporting templates for configurable Pods.