-
Is it possible to install within the same k8s cluster more Artemis operator instances? The goal would be to have different artemis operator/broker one for each namespace to simulate multiple installations we want to use for our tests. Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, it is possible to install within the same k8s cluster more Artemis operator instances if any instance watch only its namespace, see https://github.com/artemiscloud/activemq-artemis-operator/blob/main/docs/getting-started/quick-start.md#deploying-the-operator
Yes, it is possible to expose in that case an acceptor for each artemis broker but you could get #803 if the you have multiple ActiveMQArtemis CRs with the same name |
Beta Was this translation helpful? Give feedback.
Yes, it is possible to install within the same k8s cluster more Artemis operator instances if any instance watch only its namespace, see https://github.com/artemiscloud/activemq-artemis-operator/blob/main/docs/getting-started/quick-start.md#deploying-the-operator
Yes, it is possible to expose in that case an acceptor for each artemis…