This repository contains the k8s charm bundles for Kafka, available on Charmhub.
The steps outlined below are based on the assumption that you are deploying the charm locally with the latest LTS of Ubuntu. If you are using another version of Ubuntu or another operating system, the process may be different.
sudo snap install microk8s --classic
sudo snap install juju --classic
microk8s enable dns hostpath-storage
juju bootstrap microk8s
juju add-model kafka
juju switch kafka
juju deploy kafka-k8s-bundle --channel=edge