Deploy the SWO K8s Collector to a Kubernetes cluster running on AWS EKS Fargate
Prerequisites
Before you begin, make sure:
-
You have an AWS EKS cluster with a Fargate profile.
-
Clusters using both EC2 node groups and Fargate profiles are also supported.
-
-
You have reviewed the instructions for deploying the SWO K8s Collector.
- By default, only metrics and events are collected. Logs are collected only from non-Fargate nodes and workloads running on such nodes. To set up log collection also from workloads running on Fargate, see Add logs from Kubernetes clusters running on AWS Fargate.
Deploy the SWO K8s Collector to a Fargate cluster
-
Before installing the SWO K8s Collector Helm chart to the cluster, adjust the
values.yaml
file by adding the following setting:aws_fargate: enabled: true
-
Install or update the SWO K8s Collector to the cluster. For more information, see Add a Kubernetes cluster.