Hi Erick It might be useful if the answer from Willrof is added to your Wiki. It solved my problem and could be very useful to people wanting to run Cass-Operator. Please check - https://stackoverflow.com/questions/62651374/how-do-i-access-my-cassandra-kubernetes-cluster-from-outside-the-cluster
Thanks manu Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Erick Ramirez<mailto:erick.rami...@datastax.com> Sent: 30 June 2020 01:29 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: Cassandra container, Google Cloud and Kubernetes It's really a Kubernetes question but the TL;DR is you need to expose the services of your k8s cluster to the outside world. Have a look at this blog post to get you started -- http://alesnosek.com/blog/2017/02/14/accessing-kubernetes-pods-from-outside-of-the-cluster/. Cheers!