Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Runner and KubernetesEngine New Design #309

Open
tylergu opened this issue Jan 17, 2024 · 0 comments
Open

Test Runner and KubernetesEngine New Design #309

tylergu opened this issue Jan 17, 2024 · 0 comments

Comments

@tylergu
Copy link
Member

tylergu commented Jan 17, 2024

Proposal

To design a runner interface to support different implementations of runner.

A test runner takes a CR as input, applies it to Kubernetes cluster, waits for the system state to converge, collects and returns a Snapshot of the system state.

Acto currently implements a local runner, which uses a local Kubernetes cluster. If we have a uniform runner interface, we can have a distributed runner implementation which can utilize multiple machines at same time for single test runs.

Ideally this is to be distributed via a framework, e.g., Ray. Implementing a distributed system would be a rabbit hole of engineering work.

Migrated from closed PR: #235 #265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant