diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 9e4ffccc..583f93d8 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -195,6 +195,7 @@ * [Rancher.com: Setup a basic Kubernetes cluster with ease using RKE](https://rancher.com/blog/2018/2018-09-26-setup-basic-kubernetes-cluster-with-ease-using-rke/) * [**k3s.io**](https://k3s.io/) Basic kubernetes with automated installer. * [**k3d**](https://github.com/rancher/k3d) k3s that runs in docker containers. +* [**k3OS**](https://github.com/rancher/k3os) k3OS is a Linux distribution designed to remove as much OS maintenance as possible in a Kubernetes cluster. It is specifically designed to only have what is needed to run k3s. Additionally the OS is designed to be managed by kubectl once a cluster is bootstrapped. Nodes only need to join a cluster and then all aspects of the OS can be managed from Kubernetes. Both k3OS and k3s upgrades are handled by the k3OS operator. ## Helm and Kubernetes * [helm.sh](https://helm.sh/)