update instrctions for EKS deploy

This commit is contained in:
vcerenu 2023-06-05 12:57:27 -03:00
parent 4cc47827a5
commit 50e6345d6c
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -9,6 +9,8 @@ This guide describes the necessary steps to deploy Wazuh on Kubernetes.
- Create Persistent Volumes on top of AWS EBS when using a volumeClaimTemplates
- Create a record set in AWS Route 53 from a Kubernetes LoadBalancer.
- Having at least two Kubernetes nodes in order to meet the *podAntiAffinity* policy.
- For Kubernetes version 1.23 or higher, the assignment of an IAM Role is necessary for the csi driver to function correctly. Within the AWS documentation you can find the instructions for the assignment: https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html
- The installation of the csi driver is necessary for new and old deployments, since it is a Kubernetes feature.
## Overview