Is it possible to use sdb-admin with a K8s deployment? I have SingleStore running on AKS, but when I try to use sdb-admin from a management VM, I get:
no master aggregator found in this cluster
It looks like maybe I need to use sdb-toolbox-config register-host, but since I cannot ssh to the containers, I’m starting to think sdb-admin doesn’t work w/ K8s.
SingleStore Tools/Toolbox is a utility we use to install, administrate and manage S2 Clusters. In Kubernetes, the S2 Operator performs this function. The issue is we don’t want Tools making any state changes to the S2 Cluster because the Operator will not be aware of the changes. If we don’t handle this state change correctly, it has the potential to essentially break the S2 cluster deployment – this is why Toolbox will not be updated to work with K8’s S2 clusters.
sdb-admin and all other toolbox commands do not work with K8’s or the S2 Operator. The only toolbox command that will work is sdb-report collect-kube for generating cluster reports. You can scale and manage your cluster by editing memsql-cluster.yaml