Looking at and generating a helm template with the HA chart I notice there is a stateful set created for each individual node (ie, a statefulset for each coord-0, one for coord-1, etc) vs for example a single statefulset for coordinators with 3 nodes and statefulset for the 2 data nodes. I'm admittedly not an expert in helm/k8s but other technologies I've used such as elastic work in this way.
I ask because I'm currently on a standalone config for testing purposes and preparing to deploy a HA deployment. I've been getting mixed results from AmazonQ specifically and decided I should consult with the authors here before going too much further.
Looking at and generating a helm template with the HA chart I notice there is a stateful set created for each individual node (ie, a statefulset for each coord-0, one for coord-1, etc) vs for example a single statefulset for coordinators with 3 nodes and statefulset for the 2 data nodes. I'm admittedly not an expert in helm/k8s but other technologies I've used such as elastic work in this way.
I ask because I'm currently on a standalone config for testing purposes and preparing to deploy a HA deployment. I've been getting mixed results from AmazonQ specifically and decided I should consult with the authors here before going too much further.