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

MVP - Modify the networking of the Wazuh deployment #949

Open
3 tasks
vcerenu opened this issue Jan 16, 2025 · 0 comments
Open
3 tasks

MVP - Modify the networking of the Wazuh deployment #949

vcerenu opened this issue Jan 16, 2025 · 0 comments

Comments

@vcerenu
Copy link
Member

vcerenu commented Jan 16, 2025

Description

It has been verified that the use of CLB in AWS is inefficient, so the use of NLB for load balancing is proposed in the deployment of Wazuh in EKS.

The main change lies in the modification of the services declared in the deployment, which allows the use of two LBs for load balancing in general:

  • An NLB for handling internal cluster loads, especially for internal communication of Wazuh indexer and communication between services.
  • An NLB with external output, where all API services, agent communication with Wazuh Server and publication of the Wazuh dashboard will point.

This deployment is more orderly than the previous deployment we carried out.

Tasks

  • Modify the definition of the LB services of the deployment
  • Add the dependency on the AWS Load Balancer Controller in the documentation
  • Test the correct operation of the deployment
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