Kubernetes testing w/ Dagger.io (opens in new tab)
What is Dagger Dagger is a Pipeline As a Code tool that makes it possible to create fully reproducible and portable workflows. These workflows can be: defined in any language enabled by Dagger SDKs (Golang, Typescript, Python) run and called seamlessly and consistently from a local machine or in a remote CI using the exact same codebase giving the same expected output in any environment by providing the same input One of the advantages of Dagger is the possibility of rewriting a Github Action...
Read the original article