hey all. I want to try self-hosted Signoz on AWS EKS, however going through documentation I noticed it uses gp2 storage class. Why not gp3? Can we use gp3?
✅ 1
a
Ankit Nayan
07/18/2024, 7:16 PM
should be doable. Adding @Prashant Shahi for further help. On a guess, just changing
gp2
to
gp3
does not work? Can you check the default storage class too?
p
Prashant Shahi
07/19/2024, 4:29 AM
Hi @Pavel Ponomaryov, you need not use the gp2 storage class, but opt to use any storage class available.
In case of old EKS cluster version, you might need to manually create storage class.
For 1.27+,
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.