From dcbe3e4713b6e7011aacc8bb07969fa370649fb1 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 3 Feb 2022 21:10:28 +0300 Subject: [PATCH] docs: add Talos Linux to the list of adopters Signed-off-by: Andrey Smirnov --- ADOPTERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index 24e6c8f93..bbf99e7dd 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -50,6 +50,8 @@ including the Balena project listed below. **_VMware TCE_** - [Tanzu Community Edition](https://github.com/vmware-tanzu/community-edition) VMware's fully-featured, easy to manage, Kubernetes platform for learners and users. It is a freely available, community supported, and open source distribution of VMware Tanzu. It uses containerd as the default CRI runtime. +**_[Talos Linux](https://www.talos.dev/)_** - Talos Linux is Linux designed for Kubernetes – secure, immutable, and minimal. Talos Linux is using containerd as the core system runtime and CRI implementation. + **_Other Projects_** - While the above list provides a cross-section of well known uses of containerd, the simplicity and clear API layer for containerd has inspired many smaller projects around providing simple container management platforms. Several examples of building higher layer functionality on top of the containerd base have come from various containerd community participants: - Michael Crosby's [boss](https://github.com/crosbymichael/boss) project, - Evan Hazlett's [stellar](https://github.com/ehazlett/stellar) project,