k3s
軽量な Kubernetes クラスタ。
https://k3s.io/
code:install.sh
# サーバーノードで実行
curl -sfL https://get.k3s.io | sh -
# エージェントノードで実行
curl -sfL https://get.k3s.io | K3S_URL=https://myserver:6443 K3S_TOKEN=mynodetoken sh -
K3S_URL は サーバーノードの /var/lib/rancher/k3s/server/node-token に書かれたものを使用