Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History

base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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