[EKS Scalability Testing] Implement workflows to execute large scale performance test - #1794
Merged
Conversation
TravisStark
reviewed
Jul 28, 2025
TravisStark
previously approved these changes
Jul 28, 2025
movence
reviewed
Jul 29, 2025
movence
reviewed
Jul 29, 2025
JayPolanco
force-pushed
the
eks-e2e-performance
branch
from
July 30, 2025 03:38
819731d to
028a559
Compare
movence
approved these changes
Jul 30, 2025
TravisStark
approved these changes
Jul 30, 2025
JayPolanco
force-pushed
the
eks-e2e-performance
branch
from
July 30, 2025 17:53
028a559 to
8a28ed4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the issue
As part of an initiative to improve our performance testing on large scale eks clusters, we need to implement workflows that scale up, install addon and execute test that runs on our 5k node cluster.
Description of changes
cwagent-target="true"label to all t3.medium instances in the cluster (non leader node). This ensures that cloudwatch-agent non leader pods are installed on these nodesLicense
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
Cluster Scaling Workflow - https://github.com/aws/amazon-cloudwatch-agent/actions/runs/16512847744/job/46697932764
Addon Install Workflow - https://github.com/aws/amazon-cloudwatch-agent/actions/runs/16523571905/job/46731027008
Performance Test Workflow - https://github.com/aws/amazon-cloudwatch-agent/actions/runs/16526410774/job/46740785992
Requirements
Before commiting your code, please do the following steps.
make fmtandmake fmt-shmake lintIntegration Tests
To run integration tests against this PR, add the
ready for testinglabel.