Update kubernetes.md

This commit is contained in:
Inaki
2020-03-09 19:11:05 +01:00
committed by GitHub
parent 4ee5ef4a51
commit fb74b02fac

View File

@@ -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/)