Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Mateo31
Contributor
Contributor

Question about QSE on EKS

Hi everyone,

I am trying to deploy Qlik Sense Enterprise on Amazon (EKS) and I am wondering how to approach the File system requirement:

clipboard_image_0.png

Please advise.

Thanks in advance,

Mateo

Labels (4)
1 Solution

Accepted Solutions
ThiebaudS
Partner - Creator II
Partner - Creator II

Hi there,

On AWS, the ReadWriteMany storage will be provided by EFS, so here are the steps you should follow:

1. create an EFS with max I/O option

2. Deploy efs-provisioner in your EKS cluster using helm (this will create a storage class)

3. Set this storage class in your QSEoK values.yaml, and all pods which need persistent storage, will write data in your EFS.

 

Best regards,

Thiebaud

View solution in original post

1 Reply
ThiebaudS
Partner - Creator II
Partner - Creator II

Hi there,

On AWS, the ReadWriteMany storage will be provided by EFS, so here are the steps you should follow:

1. create an EFS with max I/O option

2. Deploy efs-provisioner in your EKS cluster using helm (this will create a storage class)

3. Set this storage class in your QSEoK values.yaml, and all pods which need persistent storage, will write data in your EFS.

 

Best regards,

Thiebaud