Deploy without Operator #4639
Unanswered
chilly-dude
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm afraid Strimzi is an operator. So you cannot install or use it without operator. You do not necessarily need cluster-admin privileges. But you indeed need to have some cluster level rights such as installing CRDs etc. If you target OpenShift 4, you can also try whether you can install applications from OperatorHub which again is not necessarily bound to being cluster admin - but it depends on the cluster admin who they actually allowed to use it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, Im relatively new to Kafka and using Strimzi, and Kubernetes Operators. Im working on a project for a client to deliver a containerised Kafka cluster and Ive been playing with Strimzi which seems like the ideal solution.
The target environment is Openshift, and unfortunately installing any Operators is not an option at the moment - I don't think we can get a cluster admin to do this right now. As far as Im aware the Operator is just a deployment pattern but also helps with state of pods, so is it possible to install Strimzi without using the Operator by installing Helm charts? Would we lose out on anything by doing this - e.g. statefulness of the brokers, topic. Any advice or help would be gratefully received. TIA
Beta Was this translation helpful? Give feedback.
All reactions