Edge Kubernetes
K8s on Raspberry Pi, edge gateways
// official site: k3s.io ↗
K3s is a lightweight Kubernetes distribution — single binary (<70MB), runs Kubernetes workloads on edge devices, IoT, small clusters, or single-node setups. CNCF Sandbox project, originally by Rancher (now SUSE).
K3s is a lightweight Kubernetes distribution — single binary (<70MB), runs Kubernetes workloads on edge devices, IoT, small clusters, or single-node setups. CNCF Sandbox project, originally by Rancher (now SUSE).
The "Kubernetes for the rest of us" — same kubectl, same manifests, fraction of the resource footprint vs full upstream K8s.
Concrete scenarios where teams pick K3s over the SaaS alternative.
K8s on Raspberry Pi, edge gateways
full K8s locally without minikube friction
single-server or 3-node SMB workloads
manage container fleets on remote devices
full K8s API without operational complexity
If your team profile matches one of these, K3s is a strong fit out of the box.
running container workloads on low-resource devices
needing K8s without the full operational team
running K8s locally for testing
with modest production workloads
teaching Kubernetes hands-on
When evaluating self-hosted options for this category, here are the dimensions on which K3s consistently lands above the alternatives.
The stack you'll plug K3s into — services, protocols, and adjacent apps in the BluixApps catalog.
rancher/k3s:latest (privileged container)/opt/k3s/data + /opt/k3s/config/opt/k3s/config/kubeconfig.yaml/opt/k3s/data (cluster state)Operational guidance from running this in production — what to lock down, what surprises people.