Joining Non Kubernetes Consul cluster With Kubernetes Consul Cluster

Hi,
I have an old existing consul cluster (non Kubernetes) and a new Kubernetes consul cluster running under EKS.
In the old non K8s consul cluster, I have all settings stored in its KV store and my question is:
Can I join these two cluster together so I can read KV settings from services running under EKS?
Thanks!