K8s industrial environment

Hi guys,
im the new guy, with a lot of questions - hopefully you can help me :slight_smile:
I want to check if the solace broker is a good solution for our industrial k8s environments.

(1)
Im wondering because i cant find any helm charts for a production deployment, how do you guys operate your broker in a ha environment?
I found the ressources for the operator (GitHub - SolaceProducts/pubsubplus-kubernetes-quickstart: Quickstart to launch a Solace PubSub+ Software Event Broker in Kubernetes using Operator) but without any release management for the operator.
We prefer to use a gitops operator and no manual interactions.

(2)
How do you configure your solace broker, is there a possibility to mount a config file oder define a configmap which automatically load the specific configuration at startup?

(3)
I want to use the OPC-UA Connector (https://solace.com/integration-hub/opc-ua/) but i cant find images. The download link doesnt contain any image or Dockerfile.
How can i run it inside a contaier? Do i need to build the container by myself!?

Thx in advance :slight_smile:

Hi @Pastor ,

Did you check out our helm repo,

You’ll find an HA config there.

Is the download link on the following page where you’re getting you OPC-UA connector from?

Ty for the link, wondering because i failed to see it on artifacthub :smiley:

Yes right, i used the download link on the connector page - the folder only contain these files:

The guide dont help me to understand how to use it oO