Pandit Biradar
Pandit Biradar

Reputation: 1877

How to connect Minikube windows 10 connect to local cassandra DB

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 .

Upvotes: 0

Views: 110

Answers (1)

Pandit Biradar
Pandit Biradar

Reputation: 1877

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

Upvotes: 1

Related Questions