Documentation/Start here
Start here · v0.0.1

Platform overview

Understand the ClusterPilot operating model before you install or enable a lifecycle capability.

AudienceEvaluators, platform owners, operatorsReading time8 minCommands in contextNo terminal requiredReviewed sourcefcc5871 · 30 July 2026
RC

Exact release scope. This page documents the reviewed v0.0.1 source at fcc5871. Check release status before enabling a gated capability.

What ClusterPilot is

ClusterPilot is a self-hosted control plane for infrastructure and Kubernetes lifecycle operations. It turns an operator request into a validated plan, applies authorization and policy gates, delivers ordered work to a lifecycle agent, and preserves the resulting evidence.

01Intent02Plan03Gate04Execute05Evidence

The platform is designed for customer-controlled environments. The API, operational data, credentials, agents, registry integration, and target clusters remain inside the environment you operate. ClusterPilot does not require a shared SaaS control plane.

What it is not

ClusterPilot isClusterPilot is not
A control plane for explicit lifecycle operationsA managed Kubernetes service
An evidence-producing execution systemAn autonomous operator that changes clusters without approval
Self-hosted software with customer-managed dependenciesA claim that installation alone creates compliance
A versioned, feature-gated release lineA blanket statement that every coded endpoint is production ready

Core operating model

ConceptPurposeOperator question
IntentThe requested topology or operation.What do I want to change?
PlanA stable preview of resources, commands, dependencies, and risk.What will happen?
GuardrailAuthorization, policy, quota, compatibility, and confirmation checks.Is it allowed and safe enough to start?
OperationRunDurable execution state with ordered steps and recovery semantics.What is happening now?
EvidenceEvents, logs, artifacts, checksums, audit records, and correlation IDs.How can I prove and diagnose the outcome?

Capability map

Production-gated

Infrastructure & cluster lifecycle

Provider accounts, networks, machines, node preparation, kubeadm bootstrap, scale, upgrade, replacement, and deletion.

Preview

Kubernetes operations

Cluster inventory and selected read paths. High-risk mutations remain contract-only or disabled by default.

Preview

Add-ons & validation

Curated and custom add-on planning, artifact locks, health gates, dashboard posture, and Sonobuoy evidence.

Production-gated

Self-hosted distribution

Compose and Helm surfaces, digest-pinned images, signed metadata, external PostgreSQL, durable artifacts, and release verification.

Recommended evaluation path

  1. 01

    Read the release status

    Confirm that the required capability and provider are inside your approved evaluation scope.

  2. 02

    Choose a deployment profile

    Match single-node, split, or HA-ready placement to your availability and operational requirements.

  3. 03

    Complete preflight without mutation

    Validate release artifacts, dependencies, storage, trust, time, and configuration before installation.

  4. 04

    Use a disposable first environment

    Prove provider, cluster, add-on, conformance, backup, recovery, and cleanup paths before production approval.