Argo
Executes Argo Workflows via a lightweight JSON-RPC interface.
소개
Argo enables execution of Argo Workflows through a lightweight CLI tool. It wraps Argo Workflows using JSON-RPC over STDIN/STDOUT, leveraging Foxy Contexts for RPC handling and client-go for Kubernetes and Argo Workflow interactions. This tool facilitates launching workflows, checking their status, and retrieving results, making it ideal for integrating Argo Workflows into MCP (Meta-Control-Plane) environments.
주요 기능
- Kubernetes and Argo Workflow interaction via client-go
- Foxy Contexts for RPC handling
- Workflow status monitoring
- 0 GitHub stars
- JSON-RPC interface for Argo Workflows
- Result retrieval
사용 사례
- Remote workflow management
- Integrating Argo Workflows into MCP environments
- Automating workflow execution