sikifanso
Bootstrap Kubernetes clusters purpose-built for running AI agents safely.
What you get¶
- k3d cluster -- single-node k3s v1.29
- Cilium -- full kube-proxy replacement, ingress controller, Hubble UI, network isolation for agents
- ArgoCD -- configured to read from a local gitops repo on your filesystem
- GitOps repo -- scaffolded from a bootstrap template, mounted into the cluster
- AI Agent Infrastructure Catalog -- 17 curated tools across gateway, observability, guardrails, RAG, runtime, models, and storage
- Profiles -- predefined tool sets for common workloads (
agent-minimal,agent-dev,agent-safe,agent-full,rag) - Agent sandboxes -- isolated namespaces with resource quotas and Cilium network policies
- MCP server -- expose cluster operations as tools for AI agents (Claude, Cursor, etc.)
- Snapshots -- capture and restore cluster configuration
- Dashboard -- local web dashboard at
http://localhost:9090 - Upgrades -- upgrade Cilium and ArgoCD in-place
No remote git server. No cloud account. Just Docker and a single command.
Prerequisites¶
- Docker (running)
That's it. You do not need to install k3d, Helm, Cilium, ArgoCD, or any other Kubernetes tooling -- sikifanso embeds everything and handles the full stack internally.