canonical / kafka-k8s-bundle

2 stars 1 forks source link
data-platform kafka

Charmed Kafka K8s Bundle

Charmhub Release Tests

This repository contains the k8s charm bundles for Kafka, available on Charmhub.

Usage

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.

Install and Configure Dependencies

sudo snap install microk8s --classic
sudo snap install juju --classic
microk8s enable dns hostpath-storage

Create a Juju controller

juju bootstrap microk8s

Create a Model in Juju

juju add-model kafka
juju switch kafka

Deploy the Bundle

juju deploy kafka-k8s-bundle --channel=edge