Prerequisites
Before installing Skyflo, ensure you have:
- Kubernetes cluster: 1.24+
- kubectl: configured and pointing at the target cluster
- Helm: 3.12+ (for Helm-based install)
- LLM API key: OpenAI, Anthropic, Google Gemini, Groq, Moonshot, DeepSeek, Mistral, or self-hosted via Ollama
Resource Requirements
| Component | CPU | Memory |
|---|---|---|
| Engine | 200m | 512Mi |
| MCP Server | 200m | 512Mi |
| UI (Command Center) | 100m | 256Mi |
| Proxy (Nginx sidecar) | 100m | 128Mi |
| Kubernetes Controller | 100m | 64Mi |
| PostgreSQL | 200m | 512Mi |
| Redis | 100m | 256Mi |
Network Requirements
- Outbound: to your LLM provider API (OpenAI, Anthropic, etc.)
- Inbound: none required (port-forward for local access)
Skyflo runs entirely inside your cluster. No data is sent to Skyflo servers. LLM calls go only to the provider you configure.
