Installation
Install KSail and set up your environment. Learn more →
Setting up and operating Kubernetes clusters often requires juggling multiple CLI tools, writing bespoke scripts, and dealing with inconsistent workflows. KSail removes the tooling overhead so you can focus on your workloads.
kind.yaml, k3d.yaml, Talos patches, vcluster.yaml). Run clusters with or without KSail.KSail works on all major operating systems and CPU architectures:
| OS | Architecture |
|---|---|
| 🐧 Linux | amd64, arm64 |
| macOS | arm64 |
| ⊞ Windows (native untested; WSL2 recommended) | amd64, arm64 |
Docker is required for local clusters. Install Docker Desktop/Engine and ensure docker ps works.
Supported distributions run on different infrastructure providers:
| Provider | Vanilla | K3s | Talos | VCluster |
|---|---|---|---|---|
| Docker | ✅ (Kind) | ✅ (K3d) | ✅ | ✅ (Vind) |
| Hetzner | — | — | ✅ | — |
| Omni | — | — | ✅ | — |
# 1. Initialize a new projectksail cluster init --name my-cluster --distribution Vanilla
# 2. Create and start the clusterksail cluster create
# 3. Add manifests to k8s/ directory
# 4. Deploy workloadsksail workload apply -k ./k8s
# 5. Update cluster configuration (modify ksail.yaml, then run)ksail cluster update # Apply configuration changes
# 6. Connect with K9sksail cluster connectflowchart TD
Dev["🧑💻 Developer"]
Dev -->|"edits"| Project
Dev -->|"runs"| KSail
subgraph Project ["📁 Project Repository"]
Config["ksail.yaml"] ~~~ DistConfig["kind.yaml · k3d.yaml<br/>vcluster.yaml"] ~~~ Manifests["k8s/ manifests"]
end
KSail -->|"scaffolds & reads"| Project
KSail -->|"provisions & operates"| Cluster
subgraph KSail ["🛥️ KSail — One Binary"]
CLI["CLI Commands"] ~~~ Tools["Kind · K3d · Talos · vCluster<br/>Flux · ArgoCD · SOPS<br/>Helm · Kustomize"]
end
subgraph Cluster ["☸️ Kubernetes Cluster"]
Infra["CNI · CSI · Metrics<br/>Cert-Manager · Policy Engine"] ~~~ Workloads["Your Workloads ✅"]
end
Manifests -.->|"GitOps sync"| Workloads
style Dev fill:#f59e0b,stroke:#d97706,color:#000
style Project fill:#7c3aed22,stroke:#7c3aed
style KSail fill:#10b98122,stroke:#10b981
style Cluster fill:#3b82f622,stroke:#3b82f6
style CLI fill:#10b981,stroke:#059669,color:#000
style Tools fill:#065f46,stroke:#10b981,color:#fff
style Infra fill:#1e40af,stroke:#3b82f6,color:#fff
style Workloads fill:#166534,stroke:#22c55e,color:#fff
style Config fill:#5b21b6,stroke:#7c3aed,color:#fff
style DistConfig fill:#5b21b6,stroke:#7c3aed,color:#fff
style Manifests fill:#5b21b6,stroke:#7c3aed,color:#fff
Installation
Install KSail and set up your environment. Learn more →
Features
Cluster provisioning, GitOps, secret management, VSCode extension, and more. Learn more →
Concepts
Kubernetes, CNI, CSI, GitOps, and related technologies. Learn more →
Architecture
Internal architecture, design decisions, and how components work together. Learn more →
Use Cases
Workflows for learning, development, and CI/CD. Learn more →
Support Matrix
Supported platforms, distributions, and components. Learn more →
Cluster Profiles
Pre-built templates with opinionated CNI, CSI, and GitOps settings via --profile. Learn more →
Ephemeral Clusters
Time-limited clusters that auto-destroy via --ttl for debugging and demos. Learn more →
Companion Tools
Use KSail alongside DevSpace, Telepresence, Tilt, Skaffold, and mirrord. Learn more →
KSail + mirrord
Run a local process as if it were inside the cluster with mirrord. Learn more →
Configuration Overview
Configuration sources, precedence, and when to use each. Learn more →
Declarative Configuration
Complete ksail.yaml reference. Learn more →
LoadBalancer
Configure LoadBalancer support across distributions and providers. Learn more →
CLI Flags
Complete CLI flags for all commands. Learn more →
Vanilla (Kind)
Standard upstream Kubernetes via Kind. Fast, Docker-only, no lock-in. Learn more →
K3s (K3d)
Lightweight K3s in Docker. Batteries-included defaults, ideal for CI/CD and resource-constrained environments. Learn more →
Talos
Immutable, API-driven OS for secure production workloads on Docker, Hetzner, or Omni. Learn more →
VCluster (Vind)
Virtual Kubernetes clusters in Docker. Ideal for multi-tenancy, feature branches, and CI isolation. Learn more →
Docker
Run Kubernetes nodes as Docker containers locally. Default provider for all distributions. Learn more →
Hetzner
Deploy Talos clusters on affordable Hetzner Cloud servers with real load balancers and persistent volumes. Learn more →
Omni (Sidero)
Manage Talos clusters through the Sidero Omni SaaS platform. Learn more →
VSCode Extension
Manage clusters from Visual Studio Code with wizards, sidebar views, and command palette. Learn more →
AI Chat Assistant
Interactive AI-powered chat for cluster configuration and troubleshooting. Learn more →
MCP Server
Expose KSail as an MCP server for AI assistants and automation tools. Learn more →
Development Guide
Development environment setup, coding standards, and CI/CD workflows. Learn more →
FAQ
Frequently asked questions about KSail. Learn more →
Troubleshooting
Common issues and solutions when using KSail. Learn more →
Resources
Presentations, tutorials, blog posts, and community projects. Learn more →