-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create kustomization.yaml #62
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Mohammad Amin Mokhtari <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I leave it to @ppatierno to decide. But we in general do not support kustomize in our installation files as it interferes with other instalation methods. (e.g. kubectl apply -f
as the simplest one).
Yeah I agree with Jakub. All the Strimzi components don't have support for a specific tool like kustomize and I think it's better to stay this way to not interfere with others. |
All right. Why don't you support Helm for this component? |
We do have Helm Charts for most components. So having Helm Chart for this would be fine. But so far:
|
While I agree with what Jakub said, let me also add that anyway we don't have Helm charts for the HTTP - Kafka bridge. |
Well, we do not even have any Kubernetes deployment files for the Bridge IIRC because it is normally deployed through the operator (and the operator has a Helm Chart). But the problem is that we currently don't have any proper plan to what is next for the MQT bridge. That makes it hard to decide what is best. That is basically why I wonder if adding a Helm Chart now is the right time. If nothing else, it will not be pushed anywhere outside of this repo unless we do some release. |
That said, it is hard to get and keep any users without release and proper plans. So maybe that is something to think about. But I have no idea what might be missing etc. If the current state of features and bugs is reasonable, planning the first release should be probably next. And if @aminmokhtari94 or someone else would be willing to contribute a Helm Chart, it can help us get more feedback before we possibly integrate it into the operator one day. |
This project is coming with the LFX mentoring program as a PCO and we haven't define a plan for a release yet. |
@ppatierno |
@ppatierno |
@aminmokhtari94 ...
I am glad to hear that :-)
So AFAIU your architecture has MQTT clients connecting to the emqx cluster to produce messages as well as subscribing to receive. But at the same time the emqx cluster is configured to connect as a producer against the Strimzi MQTT bridge to forward messages to Kafka? Is that right? |
@ppatierno |
use case
install Kustomization from fluxcd GitRepository