I am using LMCache + Infinistore to do some benchmark testing on Kubernetes. Here's my connection string.
remote_url: "infinistore://infinistore-svc:12345"


- Seems DNS name is not parsed.
- I switched to pod ip and service cluster ip which works fine
Using DNS name is much easier for this case, let's add the support for it