Apache Camel K as flowable camel task?

We can start a flowable camel task from flowable and pass the message body to it easily if camel context is available(embedded). Apache Camel K runs natively on Kubernetes. AFAIK we cannot embed Camel K on a flowable App. My question is can we start the camel K task directly or do we need to use an event-driven mechanism like JMS queues?