terraform-aws-eks-blueprints
terraform-aws-eks-blueprints copied to clipboard
[QUESTION] How to implement Prometheus with Fargate only?
Please describe your question here
Hey,
How can I use aws-managed-prometheus and prometheus modules with fargate only? Is it possible?
Right now, I'm getting errors about the EBS storage:
Pod not supported on Fargate: volumes not supported: storage-volume not supported because: PVC prometheus-alertmanager not bound
Can we add an example to fargate-serverless?
Thanks.
More
- [V] Yes, I have checked the repo for existing issues before raising this question
Hi @niv1612, as demonstrated in this blog the recommendation is to deploy Prometheus on at least 1 worker node.
Another option is to use ADOT to scrape the metrics and push to AMP. There are a few ADOT examples examples here.
I will leave this open until we actually have the example specifically for fargate-serverless.