I got an existing Cassandra cluster on EC2 . On the same VPC a K8ssandra cluster has been stoodpoint in EKS. To join the K8ssandra cluster and drain data from EC2 nodes, how do we expose the ports? By default K8ssandra seems tobe bringing up a ClusterIP. Should we be creating a headless service or nodeport so the C* nodes on EKS K8ssandra can talk seamlessly to EC2 Cassandra
Thoughts plz