Any guide for installing DefectDojo in AWS EKS? #5966
Unanswered
michaelsync-mt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am very new to DefectDojo. I am trying to install the DefectDojo in AWS EKS.
Is there any guide written for how to install DefectDojo in AWS EKS? If yes, please share me the link. I have googled it but haven't found anything.
As of now, I am following this guideline https://github.com/DefectDojo/django-DefectDojo/blob/dev/readme-docs/KUBERNETES.md. I am not sure how to do for the following things . (Please note that I am currently testing so I don't have the cert or custom domain yet.)
set django.ingress.enabled=true
install NGIX? Or the AWS Application Load Balancer? Or, Do I have to manually install it? Grafana has this option--set service.type=LoadBalancer
where I can set the load balancer.--set persistence.storageClassName="gp2" --set persistence.enabled=true
where I can set the AWS storage.Beta Was this translation helpful? Give feedback.
All reactions