amazon-archives / k8s-cloudwatch-adapter

An implementation of Kubernetes Custom Metrics API for Amazon CloudWatch
Apache License 2.0
158 stars 98 forks source link

Rebuild with AWS Go SDK v1 #18

Closed otterley closed 4 years ago

otterley commented 4 years ago

The adapter is currently built with the Go SDK v2, which is in developer preview and should not be used in production.

Among other issues, SDK v2 lacks support for Web Identity Tokens, which is necessary to deploy this adapter on EKS clusters secured using IAM Roles for Service Accounts. See https://github.com/aws/aws-sdk-go-v2/issues/475.