When setting up an Artemis Broker cluster (see https://activemq.apache.org/components/artemis/documentation/latest/clusters.html), for example by deploying ArtemisCloud in a k8s environment, is there a way to expose the web console or jolokia APIs that get information about the cluster (total connections/sessions, total addresses, …)?
The following configuration for an ArtemisCloud deployment exposes (via service and ingress) the Artemis web console for only the first instance (pod) and with minimal info about the cluster:
apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: artemis-broker
spec:
console:
expose: true
...
deploymentPlan:
size: 2