Kubernetes
Automatic installation of the Spyderbat AWS Agent on a Kubernetes Cluster
Prerequisites
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Federated": "arn:aws:iam::<account-id>:oidc-provider/oidc.eks.<region>.amazonaws.com/id/<open-id-provider-id>" }, "Action": "sts:AssumeRoleWithWebIdentity", "Condition": { "StringLike": { "oidc.eks.<region>.amazonaws.com/id/<open-id-provider-id>:aud": "sts.amazonaws.com", "oidc.eks.<region>.amazonaws.com/id/<open-id-provider-id>:sub": "system:serviceaccount:*:aws-agent" } } } ] }
Installation with AWS Agent Helm Chart
Step 1 - Copy the Helm install command from the Spyderbat UI


Step 2 - Run the Helm Command
Step 3 - Validate the Installation
Uninstalling the AWS Agent from Your Cluster
Advanced Configuration
Last updated
Was this helpful?