Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

arkmq-org.io examples

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:

  1. Deploy the operator as described in the Operator help.
  2. 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