Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 479 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 479 Bytes

Wazuh namespace and AWS storage class

Here, we create a Namespace in which we will deploy all Wazuh components. That way, you won't flood the Default namespace or the namespace of another project.

We also deploy the gp2-encrypted-retained StorageClass. With that and the aws-ebs Kubernetes provisioner properly configured, you will get fast encrypted persistent storage in AWS.

Deploy

kubectl apply -f aws-gp2-storage-class.yaml
kubectl apply -f wazuh-ns.yaml