Skip to content

Latest commit

History

History
21 lines (14 loc) 路 426 Bytes

File metadata and controls

21 lines (14 loc) 路 426 Bytes

K3s Installation

k3s

Lightweight Kubernetes. Easy to install, half the memory, all in a binary of less than 100 MB.

Installation

curl -sfL https://get.k3s.io | sh -

Install kubectl

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl