Distributed AN Cluster?

Hello,

Is there any way to horizontally scale the TimescaleDB Access Node (AN-primary node)?
Most resources talk about vertical scaling for the AN, but that’s not exactly what I’m looking for.
What I really want is to distribute write loads across the cluster in a more scalable way.

I’m curious—how can I set up such a distributed cluster?"

Note: I’m using Kubernetes.

Hi Anil, I think you can use external tools like pg_dog.

I did a small example setup here and it just works.