We are hosting a Java Spring Boot service which connects to DSE graph 6.0.6 via k8. The nodes are exposed via a dns host name.
When kubernetes shuffles and realocates a node to a new ip address, the driver cannot find the cluster nodes anymore and the service stops working. Is the driver connection caching underlying host ips? How can we be resilient to k8 rebalancing?