Private preview opening soon
Strictly declarative Kubernetes.
Anywhere._
Transform fragmented infrastructure into a single, cohesive cluster. Otroid injects immutable OS images, auto-configures WireGuard meshes, and enforces strict GitOps convergence—giving you absolute control over your entire fleet.
AWS
GCP
Azure
Hetzner
Bare Metal
ARM64 + AMD64
nexus-core-cluster
otroid.io/v1alpha1
apiVersion: otroid.io/v1alpha1
kind: Cluster
metadata:
name: nexus-core-cluster
spec:
runtime:
engine: k0s
version: v1.36.1
infrastructure:
image: kairos-alpine
tpmEnabled: true
verifiedBoot: true
gitops:
engine: fluxcd
repository: git://fleet-state.git
networking:
cni: cilium
mesh: wireguard-p2p
storage:
class: rook-ceph
replicas: 3
gatewayAPI:
controller: envoy-gateway
observability:
stack: prometheus-operator
Runtime
k0s v1.36.1
> containerd 2.3.1, cgroups v2, strict isolation
Infrastructure
Kairos (Immutable OS)
TPM
Signed
> A/B partitioning, measured boot, remote attestation
GitOps Sync
FluxCD Strict
git://fleet-state.git
> sync interval: 1m, prune: true, drift detection: active
Networking
Cilium eBPF
wireguard-p2p
> direct routing, strict network policies, L7 proxy disabled
Storage
Rook-Ceph Distributed Block
> 3 replicas, encryption AES-256, topology spread
Gateway API
Envoy L7 Gateway
> HTTPRoutes deployed, TLS termination, WAF enabled
Observability
Prometheus Metrics & Logs
> 15s scrape interval, Loki logs, Tempo traces
BOOT
cloud-config
JOIN
peers link
SYNC
git reconciles