Solace Pubsub+ Event Broker Operator is Now Available!

Solace Community,
I am excited to announce that Solace has launched its own Kubernetes Operator a.k.a Solace Pubsub+ Event Broker Operator , Version 1.0.0 and it is available at GitHub - SolaceProducts/pubsubplus-kubernetes-quickstart: Quickstart to launch a Solace PubSub+ Software Event Broker in Kubernetes using Operator .
Pubsub+ Event Broker Operator makes event broker deployment declarative in a kubernetes cluster , hence making it easy for users to perform operational tasks.
The Operator is free to use . Below are the features covered in first release:
Installing a PubSub+ Software Event Broker in non-HA , HA or dev mode. Adjusting the deployment to updated parameters (with limitations). Upgrading to a new broker version. Repairing the deployment. Enabling Prometheus monitoring. Providing status of the deployment. Check out my video to see the Operator in action at PubSub+ Event Broker Deployment in Kubernetes Cluster
Stay tuned for many more exciting feature releases in the Operator.

Cheers!
Shweta Mazumder , Product Manager

Hello I use this to deploy the operator to start event broker in Kubernetes 1.28.3, but it failed.

What is the version of the broker you are deploying ?

I just follow up this link to deploy the operator, then build the event broker, there is no version mentioned for event broker.

Can you verify if the operator was installed correctly by watching the pod :

Wait for deployment to complete

kubectl get pods -n pubsubplus-operator-system --watch

If not, what is the error you are getting?