I see that installing cass-operator and CassandraDatacenter also installs “datastax/management-api-for-apache-cassandra” container Sidecar by default. Followed the 2 links below.
https://github.com/datastax/cass-operator https://github.com/datastax/management-api-for-apache-cassandra
I can access the pod (Cassandra cluster) and use the api.
But can not seem to use the api from outside the cluster. Also I can not list the api service “kubectl get svc -n cass-operator” to forward it outside. Is there some steps to call the api from outside the cluster?