Hello, We plan to deploy StarRocks in Shared-Data ...
# questions-and-troubleshooting
m
Hello, We plan to deploy StarRocks in Shared-Data mode on EKS. What is the recommended production setup for Frontend (FE) and Compute Nodes (CN)? Should FEs run as StatefulSets and CNs as Deployments?
r
@Moreno Garcia In this, there's an example yaml which has all 3 FE + BE + CN. Is that possible? What will be the flow?
m
It is one or the other. Our recommendation is to use CNs since BEs will be discontinued. In this example, I think the CNs have "replicas" commented out.