#kind in dagger
1 messages · Page 1 of 1 (latest)
Ah I see you linked to the same package in your original message now, missed that on first read 😅
Here is a working example of the version that just uses a nested dockerd service: https://gist.github.com/sipsma/5b6202bcad13a4f674fac2b15ff6faf2
Sets up dockerd and a registry as a service, then executes a client of those services that sets up kind, and does a simple k8s api call against the cluster. The registry part is optional, I just needed to build custom images w/ dagger and run them inside the k8s cluster in the original context, so I figured I'd leave that in.
Obviously not as ideal as a native dagger backend in kind, but does technically work in the meantime
Nice, I'll give that a try