{question}
How to configure SingleStore operator to create internal ELB / NLB rather than internet-facing LBs?
{question}
{answer}
For configuring SingleStore operator to create internal ELB / NLB rather than internet-facing LBs, we have an Advance Service configuration section that provides control over this,
The serviceSpec
section is an optional section that provides advanced configuration controls over the allocated services to handle DDL and DML queries.
This networking.gke.io/load-balancer-type
: Internal
annotation spec comes from the GKE documentation.
Click here to learn about configuring the above options in the memsql-cluster.yaml
file. For MemSQL Operator reference, click here.
{answer}