terraform-aws-eks-blueprints icon indicating copy to clipboard operation
terraform-aws-eks-blueprints copied to clipboard

[QUESTION] How to implement Prometheus with Fargate only?

Open niv1612 opened this issue 3 years ago • 1 comments

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

niv1612 avatar Jun 13 '22 14:06 niv1612

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.

askulkarni2 avatar Jun 20 '22 22:06 askulkarni2