Add AKS Autometic vs EKS Auto mode pod startup latency test scenario #756
+297
−16
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.
This pull request introduces a new performance evaluation scenario to compare pod startup latency between AKS Automatic and EKS Auto mode clusters. The changes include creating a dedicated test scenario, configuring pipelines, and adding Terraform inputs for Azure and AWS. Key aspects of the implementation include leveraging the
cri-resource-consume
topology, usingclusterloader2
as the test engine, and enabling detailed metrics collection.New Test Scenario: AKS Automatic vs. EKS Auto Mode Pod Startup Latency
azure.tfvars
: Configures AKS Automatic clusters with multi-zone support, a dedicated node pool, and specific settings for the test.aws.tfvars
: Configures EKS Auto mode clusters with a VPC, subnets, security groups, and managed node groups for the test.azure.json
,aws.json
): Provide region-specific configurations for local testing. [1] [2]Pipeline Configuration Updates