Skip to content
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

Little Improve Documentation on Local Cluster Installation in Minikube #777

Closed
valkiriaaquatica opened this issue Jul 31, 2024 · 1 comment

Comments

@valkiriaaquatica
Copy link

Hi!,
first of all thanks for your work on wazuh!
Before deploying Wazuh in production kubernetes cluster I wanted to deployed it on Minikube.
I've followed this documentnation: https://documentation.wazuh.com/current/deployment-options/deploying-with-kubernetes/kubernetes-deployment.html and for some new users I think documentation could be impove in some easy ways.
In case using Minikube that needs to port-forward the dashboard (as it is well indicated) if you want to test to connect some agent it also needs to be expose the services: wazuh-workers running on 1514 and the wazuh running on 1515 and 55000 .

It would be fine to add in the "Agents" section a hint for minikube users to also port forward those to services because if not they would receive errors of connection while trying to add wazuh agents like "'[10.10.5.45]:1514/tcp': 'Connection refused'"

Just to add the commands like and explain w
kubectl port-forward svc/wazuh-workers --address <address> 1514:1514 -n wazuh

kubectl port-forward svc/wazuh --address <address> 1515:1515 55000:55000 -n wazuh

I think is an easy add doc change that could help some people new on wazuh mapping ports

@valkiriaaquatica
Copy link
Author

valkiriaaquatica commented Jul 31, 2024

Just discovered there is a repo for documentation where can be added https://github.com/wazuh/wazuh-documentation/blob/4.8/source/deployment-options/deploying-with-kubernetes/index.rst made pr in wazuh/wazuh-documentation#7618

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant