kubernetes-testing-framework
kubernetes-testing-framework copied to clipboard
AWS EKS cluster support
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.Clustersand testing environments
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