Hi,
I’m trying to perform an HA deployment of Solace (with Primary, Backup and Monitor nodes) in a cluster.
ref: GitHub - SolaceProducts/pubsubplus-gke-quickstart: Quickstart to launch a Solace PubSub+ Software Message Broker in Google Container Engine for Kubernetes
I want to assign a smaller CPU size of node for the monitor node, and regular CPU size of node for primary and backup nodes.
Supposed that I have already created two set of node pools in the cluster (one is 4 vCPU 15GB memory, another one is 1vCPU 3.75GB memory).
Does anyone have experience on how to separately/manually assign the monitor node in the node pool with the smaller size?
Thanks