eks-hpa-profile
eks-hpa-profile copied to clipboard
An eksctl gitops profile for autoscaling with Prometheus metrics on Amazon EKS on AWS Fargate
is it possible to use external prometheus server on ec2?
Used the exact same steps and ran into this problem ~~~ $ kubectl -n monitoring-system get helmreleases NAME RELEASE PHASE STATUS MESSAGE AGE metrics-server ChartFetchFailed Chart fetch failed for Helm...
In the meantime, are there instructions anywhere for migrating these profiles for use with flux2?
Fix eksctl GitOps link
- https://github.com/stefanprodan/eks-hpa-profile - https://aws.amazon.com/blogs/containers/autoscaling-eks-on-fargate-with-custom-metrics/ ``` $ fluxctl sync --k8s-fwd-ns flux 38f9d362cb41:Downloads $ eksctl enable profile \ > --profile-source=https://github.com/stefanprodan/eks-hpa-profile \ > --cluster=scrumptious-monster-1609772025 \ > --region=us-west-1 \ > [email protected]:${GH_USER}/${GH_REPO} \ > --git-user=fluxcd...