How to connect Minikube windows 10 connect to local cassandra DB

12/6/2019

I have insatlled Below Softwares in windows 10

1.cassandra version 2.2.15

  1. Docker version 19.03.2

3.minikube version: v1.4.0

4.helm client and sever v2.15.0-rc.1

  1. kubectl client v1.14.6 and server v1.16.0

I am running cassandra DB in localhost port 9042 , i want to connect that localhost DB to my minikube helm with the IPaddress or hostname of the cassandra i am not able .

-- Pandit Biradar
cassandra-2.0
kubernetes
kubernetes-helm
minikube
windows

1 Answer

12/9/2019

I am able to connect to the local cassandra db to Minikube cluster , need to change the rpc_address in cassandra.yaml

rpc_address: <LOCAL_WINDOWS_IPV4_ADDR> broadcast_rpc_address: 1.2.3.4

-- Pandit Biradar
Source: StackOverflow