kubernetes-testing-framework icon indicating copy to clipboard operation
kubernetes-testing-framework copied to clipboard

AWS EKS cluster support

Open shaneutt opened this issue 3 years ago • 1 comments

Problem Statement

Historically we've only had support for kind clusters and GKE, but with the upcoming Gateway Operator there's need for EKS clusters in CI.

Drivers for this FR:

  • Currently it's the best known way to test host-based load balancer services.
  • Popularity of AWS meaning that we should test on AWS on a regular basis.

Acceptance Criteria

  • [ ] as a user of the Go library I can create EKS based cluster.Clusters and testing environments

shaneutt avatar Jun 07 '22 14:06 shaneutt

I'll take this as I'm recently working kuma smoke test. I've implemented a basic version of cluster builder, you can preview it here: https://github.com/kumahq/kuma-smoke/pull/22

jijiechen avatar Jan 15 '25 09:01 jijiechen