-
Notifications
You must be signed in to change notification settings - Fork 170
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
Helm chart to install Wazuh #138
Comments
Hi there @manisha-tanwar, we don't have a Helm chart just now but we just refactored the master branch using Kustomization's overlay feature to create two variants: What's your use case specifically? |
@xr09 to fill in on use-case why to request helm chart. This helps in multitude of things, already, version control, templating as mentioned above and quick chart updates whenever new modules/deployment features are integrated. I am planning at some point to start writing wazuh 4.0.4 helm chart that works with AWS ECS2, GCS, vSphere and Azure. Generally helm covers multitude of services and just focuses on kubernetes in general. I can keep you in loop whenever I will start creating helm chart. They are generally easy to make. |
+1 for creating a helm chart :-) this will help us in different ways with CI/CD. Any plans to create an official helm chart? |
+1 for creating an official helm chart. |
Oh, thanks all for the praise, I have somewhat stopped maintaining the project and have went out of the loop for the helm chart and since I wrote the chart in general before Helm3 it's still on old version v2.17.x and needs refactoring and general fixes. I haven't been in chart game for some time so if you have ideas and can do anything feel free to PR the project and contribute :) |
+1 it would be very useful to have an official helm chart, e.g. for gitops implementations using fluxcd/argocd. Its the gold standard and a bit surprised to find it doesn't exist. |
agree with @adeturner, also opened thread on Wazuh Discord...but remains silent since then |
Was also surprised that they don't have helm chart. It's standard practice to use helm chart for versioned releases. |
got reply on Wazuh Slack channel though... |
+1 for this idea |
+1 we need helm charts as well. Kustomize isn't working for us, although Kustomize can work with Argocd we really need a helm chart to fit this in our infrastructure. |
@goldpandas Just FYI, helmfile supports deploying kustomizations and will work with Argo. I haven't tried this yet but probably will do so. |
see issue #597 for a helm chart someone posted |
is there any news on wazuh with helm chart ? |
Still nothing on this? If not, I may take a stab at it as I dont imagine it would be too difficult.
or could possibly look at Chartify to see if it can handle this. I assume the current images used will work in a CIS-enabled Kubernetes cluster without issues? |
Hey @jbreed just wondering how you are getting on with this? did you make any prograss? |
@soakes - I was planning on it, but then got distracted with other projects. I did a little bit of work here, but didn't finish it. This item is a little lower on my to-do list, but I do eventually plan on running this in my Kubernetes CIS enabled cluster. |
Thank you @jbreed for the update. Look forward to seeing and implmenting it. |
Hi Team,
Is there any existing helm charts to install wazuh. I found this https://github.com/GoVanguard/wazuh-helm but doesn't look like anyone used it.
The text was updated successfully, but these errors were encountered: