Hi
We’re running Scylla in Kubernetes with gocq driver, I’ve replaced the cql driver with the scylla one and so far I don’t have any cql optimizations showing in monitoring.
Though I consistently see the connections are imbalanced and at times the SSTable is also showing a warning. I posted a couple of screenshots, I see the load at least on the charts is not that even at times, but the reads and writes seem pretty even.
We have 3 nodes, with an RF of 3 and a CL or quorum. Each node has its own k8 service and we have a load balancer k8 service, which balances across the 3 nodes. This is the service I used to connect our client with and use 19042 port. I’m just trying to figure out why we have these warnings and if connecting with the individual k8 service for each node would be a fix? Or what else I can do to determine the source of the warnings?