This directory contains example YAML files to create and configure an Artemis broker on Kubernetes.
If you are new to Artemis on Kubernetes, start with a basic deployment:
- Deploy the operator as described in the Operator help.
- Create a basic broker deployment:
kubectl create -f examples/artemis/artemis_single.yaml -n <namespace>
See https://arkmq-org.io/ for tutorials and more information about Artemis.
For security enabled (TLS) connections example, please follow guide Secured connection with arkmq-org Operator