Hello !
First of all, love dagger & thank you !!
Bit of a noob question here, I've been learning about dagger and been trying to create something tangible and applicable to my work. I've been using the python SDK, and got something working locally - essentially replacing the dockerfile used for building our python aws lambda's.
My question is, i've followed 'docs.dagger.io/integrations/104820/kubernetes/' guide, which is installed in my kubernetes cluster, and have been able to run a dagger query, like in the example in the doc. How can i execute my python/dagger script against that engine ? When i try to, moans that the python script is not in the $PATH, which makes sense, because i'm assuming it's looking for the script in the dagger engine container that is running in kubernetes ? To give more context, i have jenkins set-up in a kubernetes cluster, so all builds are just containers that spin up to do the work, i want to leverage dagger as much as possible into our current set-up.
Not sure if there is any documentation or videos that explain this more ?
Thank you !