Hey :wave: I’m using Prefect in k8s and want to ...
# ask-community
h
Hey 👋 I’m using Prefect in k8s and want to create a flow that triggers a non-python docker image. Is it possible?
k
do you mean running a k8s job based on a non-python image?
from within your flow, I mean
h
@Kevin Grismore Kind of. I want to be able to get an image with an entrypoint and only use Prefect to trigger it and see the logs