其他厂商版本

Canonical 公司为自家的 ubuntu 提供的 适配版 k8s 单机版 MicroK8s 集群版 Charmed Kubernetes

rancher公司 https://github.com/rancher/k3s/releases

工具

helm

包管理工具 就好比360软件管家、yum、apt等软件 可快速在k8s集群部署应用 https://github.com/helm/helm

harbor

docker镜像仓库 VMware公司的
https://github.com/goharbor/harbor

k9s

命令行版-图形化-k8s客户端 https://github.com/derailed/k9s

kompose

kompose是一个可以在kubernetes运行docker-compose.yml的工具,也可以将docker-compose.yml转换为kubernetes的相应文件,非常便利。
https://github.com/kubernetes/kompose

kubectx

在有多个k8s集群要管理时,客户端kubectl用起来不是很顺手
kubectx可快速在多个k8s集群间切换
https://github.com/ahmetb/kubectx