rancher / dartboard

Code, instructions and results for scalability and performance tests on the Rancher product family
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Vendor binaries inside of the main executable #16

Closed moio closed 2 weeks ago

moio commented 1 month ago

Intent is to reduce the dependencies of dartboard to docker alone (and only in case the k3d backend is in use, otherwise no dependencies at all).

Summary of changes:

Last step is the biggest change, WIP.

git-ival commented 1 month ago

The changes seem solid so far, what mechanism did you have in mind for distributing dartboard itself (docker images)?

moio commented 1 month ago

Plain executable (like kubectl) and possibly docker image

moio commented 1 month ago

kubectl was fully adapted, helm too, k6 dropped.

Last one standing will be tofu. There question is: does it make sense to keep the tfexec baggage around or not?