Search code examples
prometheusgrafanakubectlamazon-eksaws-fargate

Monitoring EKS cluster on AWS Fargate alone


I am trying to setup a monitoring environment in aws eks with fargate compute nodes alone. I have seen a blog post here where we need a additional node group to host prometheus and grafana. But I need to get this done with fargate alone.

I tried following blog post to setup but after creating grafana pod, I am not able to get the metrics.

Is there any blog post which can direct me to setup monitoring using Amazon managed prometheus ?


Solution

  • You can follow the recipe which, in a nutshell, uses ADOT (our OpenTelemetry distro) to scrape in-cluster and remote-write into AMP.