Skip to content

sikifanso

sikifanso

Bootstrap Kubernetes clusters purpose-built for running AI agents safely.

Release CI License Go Report Card Go version Docs

demo


What you get

sikifanso cluster create --profile agent-dev
  • 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

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.

Install

brew install --cask sikifanso/tap/sikifanso
go install github.com/sikifanso/sikifanso/cmd/sikifanso@latest
git clone https://github.com/sikifanso/sikifanso.git
cd sikifanso
go build -o sikifanso ./cmd/sikifanso

Get Started How It Works