aws / amazon-managed-grafana-roadmap

Amazon Managed Grafana Roadmap
Other
57 stars 4 forks source link

Support IPv6 only backends #72

Open mheffner opened 2 months ago

mheffner commented 2 months ago

Does AWS Managed Grafana support IPv6-only backends? We are exposing a service endpoint in our EKS cluster. Because EKS does not support dualstack we expose them as IPv6 only. When we tried to reach these using a Prometheus data source we get a "network is unreachable":

dial tcp [2600:xxxxxxx::6]:8427: connect: network is unreachable

I noticed the prefix lists for AWS Grafana mention that IPv6 is not supported and although it's a different feature, leads me to believe IPv6 is not supported on the instances yet.