Summary
The user discusses using the Flyte agent to simplify the development of a custom task and plugin for orchestrating Kubernetes resources. They initially considered implementing a Flyte backend plugin but found that the Flyte agent, which is written in Python, could handle gRPC calls for creating Kubernetes resources. The user is seeking feedback on similar use cases and potential issues, particularly regarding the efficiency of the Python Kubernetes client for CRUD operations and the advisability of using the agent for these tasks. They express a willingness to learn about any challenges and offer to help or discuss further.