Files
oam/knowledge base/kubernetes/k3s.md
2024-04-01 13:14:41 +02:00

1.5 KiB

K3S

Lightweight Kubernetes distribution built for IoT and Edge computing.

  1. TL;DR
  2. Further readings
    1. Sources

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}"

Further readings

Sources