i.3Wiki
Agentic AI Atlas · Kradle & Cloud Platform
docs/development/06-kradle-cloud-platforma5c.ai
I.
Wiki article

docs/development/06-kradle-cloud-platform

Reading · 1 min

Kradle & Cloud Platform reference

Kradle is the Kubernetes-native deployment and management layer for the a5c platform.

Page nodewiki/docs/development/06-kradle-cloud-platform.mdNearby pages · 6Documents · 0

Continue reading

Nearby pages in the same section.

Kradle & Cloud Platform

Kradle is the Kubernetes-native deployment and management layer for the a5c platform.

Components

PackageRole
packages/kradle/coreKubernetes operator, resource model, data plane
packages/kradle/webNext.js web UI for managing agents, repositories, workspaces
packages/kradle/chartsHelm charts and CRDs
packages/kradle/sdkTypeScript SDK for API access

Resource Model

Kradle manages these Kubernetes custom resources:

  • **Agent** — a deployed coding agent instance
  • **Workspace** — an isolated execution environment
  • **Repository** — a connected git repository
  • **Secret** — credential storage
  • **Policy** — access control and execution policies

Web UI

The Kradle web UI provides:

  • Repository management with issue tracking
  • Agent stack builder (Atlas-driven)
  • Workspace lifecycle (create, codespace, associations)
  • External provider integration (sync, conflicts, write intents)
  • Global search and command palette

Deployment

Kradle deploys to AKS (Azure Kubernetes Service) via the atlas-driven deployment pipeline.

See the kradle package for implementation details.