KubeAgentiX Internal Documentation
Welcome to the internal developer documentation for KubeAgentiX. This documentation covers architecture, deployment, infrastructure, and operations.
Quick Links
| Category | Description |
|---|---|
| Getting Started | Set up your local development environment |
| Architecture | System design and component overview |
| Infrastructure | GCP infrastructure and cost management |
| Deployment | Production deployment guides |
| Operations | Runbooks and operational procedures |
Product Overview
KubeAgentiX is an AI-powered Kubernetes companion with three product tiers:
| Edition | Pricing | AI Model | Key Features |
|---|---|---|---|
| Community (CE) | Free | BYOK Only | K8s + Prometheus packs |
| Lifetime Deal | $99 one-time | BYOK Only | All standard packs, 5 clusters |
| Subscription | $29-99/month | Credits + BYOK | All packs, AI credits included |
Repository Structure
kubeagentics-ce/
├── apps/
│ ├── desktop/ # Tauri desktop application (React + Rust)
│ └── server/ # Deno API server
├── packages/
│ ├── agentic-engine/ # AI agent orchestration
│ ├── contracts/ # Shared TypeScript types
│ └── ui/ # Shared UI components
├── docs/ # This documentation (Docusaurus)
└── spec/ # OpenAPI specifications
Tech Stack
- Desktop: Tauri 1.x, React 18, TypeScript, Zustand, TailwindCSS
- Server: Deno, Fresh, PostgreSQL, Hono
- Infrastructure: GCP (Cloud Run, Cloud SQL, Secret Manager)
- Payments: Stripe (subscriptions, one-time, webhooks)
- AI: Vertex AI (Gemini), BYOK (OpenAI, Anthropic, etc.)
Contact
- Engineering Lead: engineering@opsflow.io
- On-Call: See Incident Response