Pre-requisites:

Install Java 17 on every host (including the manager VM)

apt-get update
apt-get upgrade

apt install openjdk-17-jdk openjdk-17-jre

Create an access key from the minio dashboard

image.png

Create 2 buckets, automq-data and automq-ops

image.png

Install the AutoMQ .tgz file on every host (including the manager VM):

https://www.automq.com/docs/automq/releases/software-artifact

Unzip the folder:

tar -xvzf automq-kafka-latest.tgz

Go to automq-<automq_version>_kafka-<kafka_version> , and execute this following command at your manager VM: