The install
folder contains resource files and a Makefile to provision a strimzi operator, kafka cluster and our monitoring stack on an openshift cluster.
- running openshift 4 cluster and kubeadmin credentials
- oc and kubectl binaries
Available make
targets:
# install the cluster monitoring base stack
install/cluster/monitoring
# install the strimzi operator
install/strimzi/operator
# install monitoring resources for strimzi operator
install/strimzi/monitoring
# install kafka cr
install/kafka/cr
# install monitoring resources for kafka cr
install/kafka/monitoring
If a manual installation is preferred follow the manual steps in install/installation-guide.md
.