Kong Link with External Cassandra

I’m currently integrating Kong with a Kubernetes cluster. My cluster currently links Cassandra via an endpoint-service (no statefulset). I would like to use my existing Cassandra for Kong’s datastore but am having trouble finding how I can configure Kong to use my existing Cassandra endpoint-service.

What configurations did you try? What errors did you get?

I got it to work. I had an error in my cassandra service yaml for kubernetes so it couldn’t link to my external instance properly. Thanks for the reply, @Cooper

Hi,

We are trying a similar setup of trying to connect Kong running on K8S to RDS Postgres instance.
Can you outline the configuration changes that needs to be done when you got it working please.