Skip to main content

KubeAgentiX Internal Documentation

Welcome to the internal developer documentation for KubeAgentiX. This documentation covers architecture, deployment, infrastructure, and operations.

CategoryDescription
Getting StartedSet up your local development environment
ArchitectureSystem design and component overview
InfrastructureGCP infrastructure and cost management
DeploymentProduction deployment guides
OperationsRunbooks and operational procedures

Product Overview

KubeAgentiX is an AI-powered Kubernetes companion with three product tiers:

EditionPricingAI ModelKey Features
Community (CE)FreeBYOK OnlyK8s + Prometheus packs
Lifetime Deal$99 one-timeBYOK OnlyAll standard packs, 5 clusters
Subscription$29-99/monthCredits + BYOKAll 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