From fb74b02fac18a62b21dea811e04c8a2155a2578c Mon Sep 17 00:00:00 2001 From: Inaki Date: Mon, 9 Mar 2020 19:11:05 +0100 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 1 + 1 file changed, 1 insertion(+) 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/)