#can i connect the dagger cli on my laptop to a dagger engine running in a remote dev cluster?
1 messages · Page 1 of 1 (latest)
Hey! Yes, you suerely can. Do you have kubectl in your machine configured to talk to your kube cluster?
If that's the case, you can use the kube-pod connection interface for such a purpose. ref: https://docs.dagger.io/configuration/custom-runner/#connection-interface
very good, i will give that a try! thanks