mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1.5 KiB
1.5 KiB
K3S
Lightweight Kubernetes distribution built for IoT and Edge computing.
TL;DR
Installation and configuration
curl -sfL 'https://get.k3s.io' | sudo sh -
Usage
# Use the provided `kubectl`.
k3s kubectl get pods
# Restore clusters from snapshots.
k3s server --cluster-reset \
--cluster-reset-restore-path="/var/lib/rancher/k3s/server/db/etcd-old-${BACKUP_DATE}"