Website · Installation · Architecture · Discord
Skyflo is a self-hosted AI operations agent for Kubernetes and CI/CD with native Jenkins support. It turns natural language into typed, auditable tool execution, enforced by an approval gate for every mutating operation.
Skyflo is not a CLI wrapper, not an autonomous mutation bot, and not a GitOps control plane. It is an in-cluster execution runtime that enforces deterministic control before anything changes in production.
Install Skyflo inside your Kubernetes cluster:
curl -fsSL https://skyflo.ai/install.sh | bash
Bring your own LLM (OpenAI, Anthropic, Gemini, Groq, self-hosted). See docs/install.md.
Skyflo enforces a strict loop for every infrastructure change:
No blind kubectl apply. No silent automation. No untracked changes.
| Tool | Capabilities |
|---|---|
| Kubernetes | discovery, get/describe, logs/exec, diff-first apply, rollout history, rollbacks |
| Helm | template, install/upgrade/rollback, dry-run, diff-first safety |
| Argo Rollouts | status, pause/resume, promote/cancel, progressive delivery control |
| Jenkins | jobs/builds/logs, parameters, SCM context, build control |
All mutating operations require explicit approval.
Deterministic plans. Explicit approval. Verified execution.
| Capability | CLI Assistants | Autonomous Agents | GitOps Platforms | Skyflo |
|---|---|---|---|---|
| Natural language ops | Yes | Yes | Limited | Yes |
| Mandatory mutation approval | Optional | No | PR-based | Yes |
| Deterministic control loop | No | No | Partial | Yes |
| Kubernetes + CI unified | No | Partial | No | Yes |
| In-cluster deployment | Partial | Partial | Varies | Yes |
| Team RBAC + audit | No | Limited | Yes | Yes |
| Real-time execution streaming | No | No | No | Yes |
| Component | Description |
|---|---|
| Engine | LangGraph workflow: planner, approval gate, verifier, persistence, auth/RBAC |
| MCP Server | Typed tools for Kubernetes, Helm, Argo Rollouts, Jenkins |
| Command Center | Next.js UI with real-time streaming, approvals, team admin |
Details: docs/architecture.md
Apache 2.0 OSS. High-signal contributions welcome. See CONTRIBUTING.md.
Apache 2.0. See LICENSE.