Getting StartedPrerequisites

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

ComponentCPUMemory
Engine200m512Mi
MCP Server200m512Mi
UI (Command Center)100m256Mi
Proxy (Nginx sidecar)100m128Mi
Kubernetes Controller100m64Mi
PostgreSQL200m512Mi
Redis100m256Mi

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.