https://github.com/cnrancher/autok3s
AutoK3s是一款K3s集群自动化部署工具,于2020年10月26日,由Rancher中国团队正式发布。AutoK3s可以方便开发者自助管理云环境中的K3s集群,目前支持AWS/Aliyun/TencentCloud等主流公有云。新发布的0.4.0版本在之前的基础上,提供了一个本地的UI体验,用户可以通过它来管理公有云账户秘钥以及若干K3s集群配置模板,同时支持使用web shell访问K3s集群及其节点,以极简的体验大大增强了AutoK3s的易用性
# The commands will start autok3s daemon with an interactionable UI.
docker run -itd --restart=unless-stopped -p 8080:8080 cnrancher/autok3s:v0.4.3