schultyy / koperator-install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koperator Installer

This repository contains Helm Charts to automate the installation of Apache Kafka and Zookeeper, using Koperator.

How to use

Install Helm if you haven't already, ArgoCD and the ArgoCD CLI.

$ kubectl port-forward svc/argocd-server -n argocd 8080:443
$ argocd login localhost:8080
$ argocd app create zookeeper --repo https://github.com/schultyy/koperator-install.git --path zookeeper --dest-namespace zookeeper --dest-server https://kubernetes.default.svc --sync-option Server-Side-Apply=true
$ argocd app sync zookeeper
$ argocd app create koperator --repo https://github.com/schultyy/koperator-install.git --path koperator --dest-namespace kafka --dest-server https://kubernetes.default.svc --sync-option Server-Side-Apply=true --sync-option validate=false
$ argocd app sync koperator

About


Languages

Language:Smarty 100.0%