Fargate Support
Install ScaleOps on AWS Fargate Nodes
1. Create Fargate Profile
Create Fargate profile and configure scaleops-system namespace. For more info: AWS Fargate Docs .
2. Install ScaleOps
Since Fargate has 20GB storage limitation , add the following flag to the helm install command:
--set prometheus.server.resources.requests.ephemeral-storage=20GAnd Follow ScaleOps Installation Page.
Right Sizing Fargate Workloads
Since Amazon EKS Fargate runs only one pod per node (reference: AWS Fargate Docs ) we recommend to disable cpu and memory limits recommendations.