Strimzi - Installation of helm (0.37.0)
authorKai Moritz <kai@juplo.de>
Tue, 3 Oct 2023 07:18:44 +0000 (09:18 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 4 Oct 2023 17:23:45 +0000 (19:23 +0200)
commit5cd0181b83b837cc6509b5861ddfb551b9739a0d
treeb1a7d790633c296f361ec0853c4a84b6884aeb2b
parent6f6c0874b17e638a91ae25da3249c2307584fc54
Strimzi - Installation of helm (0.37.0)

helm repo add strimzi https://strimzi.io/charts/
helm search repo strimzi --versions
kubectl create namespace juplo
helm install -n juplo strimzi-kafka strimzi/strimzi-kafka-operator

Use with: `kubectl -n juplo ...`