Helm Charts & DevSpace Configurations
Deploy observability, monitoring, and agentic services to any Kubernetes cluster.
Part of the Agents at Scale (ARK) Platform
A curated collection of services, agents, and tools packaged as Helm charts with DevSpace support for seamless deployment and development.
Services are designed to integrate seamlessly with the ARK platform and can be deployed to any Kubernetes cluster.
| Service | Description | Chart |
|---|---|---|
a2a-inspector |
Developer tool for testing and debugging A2A protocol agents | Chart |
ark-sandbox |
Isolated container environments for AI agent code execution with MCP tools | Chart |
langfuse |
Open-source LLM observability and analytics platform with session tracking | Chart |
mcp-inspector |
Developer tool for testing and debugging MCP servers | Chart |
phoenix |
AI/ML observability and evaluation platform with OpenTelemetry integration | Chart |
Pre-built agents that can be deployed to your ARK cluster for various operational tasks.
| Agent | Description | Chart |
|---|---|---|
noah |
Runtime administration agent with cluster privileges and MCP server | Chart |
The easiest way to install marketplace services and agents is using the ARK CLI:
# Install services
ark install marketplace/services/a2a-inspector
ark install marketplace/services/ark-sandbox
ark install marketplace/services/langfuse
ark install marketplace/services/mcp-inspector
ark install marketplace/services/phoenix
# Install agents
ark install marketplace/agents/noahFor production deployments or custom configurations:
# Deploy using Helm from local chart
cd services/phoenix
helm dependency update chart/
helm install phoenix ./chart -n phoenix --create-namespaceFor local development with hot-reload:
cd services/phoenix
devspace deploy# Use DevSpace for local development with hot-reload and port-forwarding
cd services/phoenix
devspace dev
# This will:
# - Deploy Phoenix to your cluster
# - Set up port-forwarding to access the dashboard
# - Watch for changes and auto-reload# Using Helm
helm uninstall phoenix -n phoenix
# Using DevSpace
cd services/phoenix
devspace purgeDetailed documentation for marketplace services can be found in the docs/ directory.
- Make changes to services in
./services/ - Ensure your service includes:
- Helm chart in
chart/directory README.mdwith service documentationdevspace.yamlfor local development
- Helm chart in
- Test locally using DevSpace or Helm
- Submit a pull request
This marketplace will include:
- Additional observability services
- Pre-built agents and agent templates
- Reusable tools and utilities
- ARK (Agents at Scale) - The main platform repository
- ARK Documentation - Complete platform documentation
See LICENSE for more information.