Summary
The user is inquiring about developing a sensor plugin that uses a Kubernetes client to monitor a Job resource and trigger downstream tasks upon the Job's status changing to Succeeded
. It is confirmed that this can be implemented in flyteplugins
, part of the flytepropeller Kubernetes operator. However, there is a suggestion to discuss the use case further, as it is generally recommended to use backend plugins instead of interacting with the Kubernetes API via agents.