https://github.com/TNK-Studio/lazykube
造了个小工具 终端可视化交互的方式去管理 k8s.
1
AkideLiu 2020-11-15 22:41:10 +08:00 via iPhone
k9s cli
rancher ui 终结了 |
2
DAPTX4869 2020-11-15 22:54:34 +08:00
只能在 mac 用吗?
|
3
xuzhzzz 2020-11-15 23:00:15 +08:00
一直用 lens
|
5
xumng123 2020-11-16 07:25:45 +08:00 via iPhone 1
很漂亮,好厉害啊
|
6
Gzp OP |
8
whileFalse 2020-11-16 09:38:14 +08:00
卧槽 这个鼠标太骚了
|
9
lework1234 2020-11-16 10:06:03 +08:00
niubi, star
|
10
lework1234 2020-11-16 10:08:46 +08:00
顺便推荐个一键安装 k8s 集群的。https://github.com/lework/kainstall
```bash bash -c "$(curl -sSL https://cdn.jsdelivr.net/gh/lework/kainstall/kainstall.sh)" \ - init \ --master 192.168.77.130,192.168.77.131,192.168.77.132 \ --worker 192.168.77.133,192.168.77.134 \ --user root \ --password 123456 \ --port 22 \ --version 1.19.3 ```asd |
11
Gzp OP @lework1234 #10 可以试试 k3s 自己的服务器用很舒服 消耗资源很少
curl -sfL http://rancher-mirror.cnrancher.com/k3s/k3s-install.sh | INSTALL_K3S_MIRROR=cn INSTALL_K3S_EXEC="--tls-san {你的云服务器的 IP 地址}" sh - |
12
lework1234 2020-11-16 13:49:38 +08:00
@Gzp 嗯,k3s 是不错,不过企业还是用 k8s,k3s 适合边缘节点。
|