What is naftiko skipper
Naftiko is a spec-driven integration platform. You write a YAML specification describing what an integration capability exposes (REST routes, MCP tools) and what it consumes (upstream HTTP APIs, secrets). The Naftiko engine turns that spec into a running HTTP/MCP server — no code required.
Skipper is the Kubernetes operator that bridges the two worlds:
Developer writes Skipper reconciles Engine runs
──────────────── ────────────────── ───────────
Capability CR (YAML) → ConfigMap → /data/capability.yaml
Deployment → ikanos container
Service → ClusterIP :port
Ingress (optional) → public route
The operator is built with Java 21, JOSDK 5.1.0, and Fabric8 7.3.1, compiled to a GraalVM native binary for fast startup and low memory footprint.