From 20ff61b6aab5d3721a6a4825c098bd1d2d38a78d Mon Sep 17 00:00:00 2001 From: Lutz Date: Mon, 28 Sep 2020 23:11:50 +0200 Subject: [PATCH] [content/WhyKubernetes/Misc] Link to yunohost, lollipopcloud link is down --- content/WhyKubernetes/Misc/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/WhyKubernetes/Misc/_index.md b/content/WhyKubernetes/Misc/_index.md index 003addf..c7885a1 100644 --- a/content/WhyKubernetes/Misc/_index.md +++ b/content/WhyKubernetes/Misc/_index.md @@ -53,7 +53,7 @@ If you want to run free software for people, we think that containers are more t Kubernetes could also run on a single host. Some people might think it would be overkill to run so many processes, for just running one applciation, but why not? -There is an effort called [k3s](https://github.com/rancher/k3s), and it is said to run on 150MB of RAM. Now imagine that you can shutdown the control plane, and run it with a cron once a night to update. It could make a good candidate to evolve https://lollipopcloud.solutions/ or even yunohost. +There is an effort called [k3s](https://github.com/rancher/k3s), and it is said to run on 150MB of RAM. Now imagine that you can shutdown the control plane, and run it with a cron once a night to update. It could make a good candidate to evolve [lollipopcloud](https://opencollective.com/lollipop-cloud-team/) or even [yunohost](https://yunohost.org/). ## declarative API -- GitLab