Lightweight의 의미는 Kubernetes 구성요소들이 기본으로 사용되던 요소보다 가벼운 것으로 대체된 경우
Kubernetes API server의 database인 etcd가 대체되곤 함
대표적으로 MicroK8s, K3s, Minikube 사용. 아래 그림은 각 lightweight Kubernetes의 비교사항
$ microk8s add-node
From the node you wish to join to this cluster, run the following:
microk8s join 192.168.0.2:25000/1d22bcb2216bc91fca70582b4899ff75/8b152156bf26
Use the '--worker' flag to join a node as a worker not running the control plane, eg:
microk8s join 192.168.0.2:25000/1d22bcb2216bc91fca70582b4899ff75/8b152156bf26 --worker
If the node you are adding is not reachable through the default interface you can use one of the following:
microk8s join 192.168.0.2:25000/1d22bcb2216bc91fca70582b4899ff75/8b152156bf26
microk8s join 192.168.0.18:25000/1d22bcb2216bc91fca70582b4899ff75/8b152156bf26
microk8s join 172.17.0.1:25000/1d22bcb2216bc91fca70582b4899ff75/8b152156bf26