Replies: 1 comment
-
Has anyone successfully deployed neondata in k8s environment? It would be good to have a helm chart or an operator for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have now deployed a Neon cluster using docker-compose, and the node information is as follows:
It contains the following nodes:
I can connect to PostgreSQL running in compute:
At the same time, I also run an autoscaling Kubernetes cluster started by kind, which contains a series of nodes. The function implemented in it is to run an elastically scalable postgres14-disk-test-cxkmw, which runs in a NeonVM, through the virtual The machine hot-swappable function realizes vertical elastic scaling, and realizes horizontal elastic scaling through virtual machine migration. But only postgresql nodes are running in this cluster, running in NeonVM.
How can I use the PostgreSQL node in Kubernetes as the computing node of the cluster, and use other storage layer nodes deployed by docker-compose as the storage node of the cluster?
Is there any relevant documentation that can help me?
Thanks~!
Beta Was this translation helpful? Give feedback.
All reactions