wazuh-kubernetes
wazuh-kubernetes copied to clipboard
Add a new option for LB deploy in EKS
This PR adds a new set of manifest for deploy Wazuh in EKS using Network Load Balancers instead of Classic Load Balancers and reducing the number of Load Balancers used from 4 to 2.
Related issue https://github.com/wazuh/wazuh-kubernetes/issues/318
@vcerenu Hi! Great job! The only thing I'd like to ask:
- move
wazuh-ekstowazuhcatalogue - in appropriate manner change the overlays in
./envs/eks-nlb
otherwise we will end with two completely same (?) catalogues wazuh-eks and wazuh and it would be harder to maintain.
Thanks in advance.
You may refer to #385 as a good example.