Documentation menu

klimax documentation

klimax is a dependency-free CLI that runs a single Lima (Apple Virtualization.framework) VM on your Mac, installs Docker inside it, and manages multiple kind clusters with pure L3 routing — reach pods and LoadBalancer services by their real IP, with no port-forwarding, no SNAT, and no VPN.

New here? Start with the getting-started guide — it takes you from an empty Mac to a routable, multi-cluster lab in a few commands.

Install, upgrade, wipe

Cluster management

Configuration

Reference

Ecosystem

Requirements at a glance

  • macOS 13 Ventura or later — Apple Virtualization.framework (vmType: vz) is required.
  • Apple Silicon (arm64). x86_64 is untested.
  • One-time sudo on klimax up to add the host route; klimax down needs no sudo.
  • Everything else — Docker, kind, kubectl, the Lima guest agent — is provisioned inside the VM on first klimax up.

klimax is self-contained and uses its own vzNAT bridge, so it coexists with OrbStack, Docker Desktop, Colima, and Rancher Desktop without conflict. See vs. other tools.