kubestellar/a2a
3.2
If you are the rightful owner of a2a and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
KubeStellar is a powerful tool designed to streamline Kubernetes multi-cluster management through a dual-interface approach, integrating both CLI and MCP server functionalities.
KubeStellar A2A Agent
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā®
ā āāā āāāāāā āāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāā āāāāāā āāāāāāā ā
ā āāā āāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāā āāāāāāāāāāāāāāāā ā
ā āāāāāāā āāā āāāāāāāāāāāāāāāāā āāāāāāāā āāā āāāāāā āāā āāā āāāāāāāāāāāāāāāā ā
ā āāāāāāā āāā āāāāāāāāāāāāāāāāā āāāāāāāā āāā āāāāāā āāā āāā āāāāāāāāāāāāāāāā ā
ā āāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāā āāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāā āāā ā
ā āāā āāā āāāāāāā āāāāāāā āāāāāāāāāāāāāāāā āāā āāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāā āāā ā
ā Multi-Cluster Kubernetes Management Agent ā
ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ
https://github.com/user-attachments/assets/fd5746f9-6620-4aeb-8150-dd9bf9eab694
CLI Setup (uv)
# Enable virtual environment
uv venv
# Install with uv
uv pip install -e ".[dev]"
# Run commands
uv run kubestellar --help
uv run kubestellar list-functions
uv run kubestellar execute <function_name>
uv run kubestellar agent # Start interactive AI agent
MCP Server Setup
Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json
):
{
"mcpServers": {
"kubestellar": {
"command": "uv",
"args": ["run", "kubestellar-mcp"],
"cwd": "/path/to/a2a"
}
}
}
Documentation
š Complete Documentation: https://kubestellar.github.io/a2a/
License
This project is licensed under the MIT License - see the file for details.
Acknowledgments
- Built with MCP SDK
- Inspired by the KubeStellar project for multi-cluster Kubernetes management
- Thanks to all contributors and the open-source community
Made with ā¤ļø by the KubeStellar community