digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

812
active users

#k0s

0 posts0 participants0 posts today
Sidero Labs<p>We know <a href="https://hachyderm.io/tags/TalosLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TalosLinux</span></a> is 🤏 but is it really the smallest?</p><p>We ran the tests. We’ve got the data. Check it out if you like numbers.</p><p>Watch → <a href="https://youtu.be/atPvnJMGdfs" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/atPvnJMGdfs</span><span class="invisible"></span></a> <br>Read → <a href="https://www.siderolabs.com/blog/which-kubernetes-is-the-smallest/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">siderolabs.com/blog/which-kube</span><span class="invisible">rnetes-is-the-smallest/</span></a> </p><p><a href="https://hachyderm.io/tags/Kubeadm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubeadm</span></a> <a href="https://hachyderm.io/tags/K3s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>K3s</span></a> <a href="https://hachyderm.io/tags/K0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>K0s</span></a> <a href="https://hachyderm.io/tags/Kairos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kairos</span></a> <a href="https://hachyderm.io/tags/RKE2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RKE2</span></a> <a href="https://hachyderm.io/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a> <a href="https://hachyderm.io/tags/K8s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>K8s</span></a></p>
InfoQ<p>🆕 The Cloud Native Computing Foundation (<a href="https://techhub.social/tags/CNCF" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CNCF</span></a>) has welcomed <a href="https://techhub.social/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> into its Sandbox program!</p><p>k0s - a lightweight, zero-friction Kubernetes distribution - has been gaining adoption in edge computing and resource-constrained environments, and it now joins fellow lightweight distribution k3s in the Sandbox.</p><p>Dive deeper: <a href="https://bit.ly/3HoLWhV" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/3HoLWhV</span><span class="invisible"></span></a> </p><p><a href="https://techhub.social/tags/InfoQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InfoQ</span></a> <a href="https://techhub.social/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a> <a href="https://techhub.social/tags/CloudNative" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudNative</span></a> <a href="https://techhub.social/tags/EdgeComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EdgeComputing</span></a> <a href="https://techhub.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevOps</span></a></p>
Tom Wieczorek<p>🚀 Since k0s v1.33, you can now build <a href="https://floss.social/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> on <a href="https://floss.social/tags/RISCV" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RISCV</span></a>! We don't ship precompiled executables yet (still working on proper CI support), but if you've got a RISC-V box, just clone the repo, run make, and launch k0s: <a href="https://floss.social/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a> like on any mainstream hardware. Give it a spin and let us know how it goes! <span class="h-card" translate="no"><a href="https://fosstodon.org/@ncopa" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ncopa</span></a></span></p>
EmpathicQubit<p>So I managed to get <a href="https://mastodon.de/tags/Forgejo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Forgejo</span></a> jobs running in a way that I'm happy enough with. The main concern is that they're isolated as possible. The current runner has a scary warning on it that it's in alpha and shouldn't be considered secure.</p><p>The runner instance is Debian running in an <a href="https://mastodon.de/tags/lxd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lxd</span></a> --vm on my laptop (I didn't want to consume resources on the server since it's small). In this instance I have <a href="https://mastodon.de/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> running, which is a slimmed down <a href="https://mastodon.de/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a>, which is running <a href="https://mastodon.de/tags/Codeberg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Codeberg</span></a> 's runner pod. This has three containers. One to register the runner, then two others that are always running, the runner itself and <a href="https://mastodon.de/tags/Docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Docker</span></a> -in-Docker . You can replicate this entire setup so that each runner gets its own DinD which is completely separated from the others.</p><p>Each runner checks for a single job in a loop, and once a job is completed then the docker server is pruned, and the runner shuts down. Then k0s will automatically restart it. This isn't perfect but it's better than runner processes which never shut down, because the docker cache will linger and others can look at it to spy on your jobs.</p>
ADMIN magazine<p>From this week's ADMIN Update newsletter, <span class="h-card" translate="no"><a href="https://dju.social/@madkiss" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>madkiss</span></a></span> explores production-ready mini-Kubernetes installations<br><a href="https://www.admin-magazine.com/Archive/2024/83/Production-ready-mini-Kubernetes-installations" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">admin-magazine.com/Archive/202</span><span class="invisible">4/83/Production-ready-mini-Kubernetes-installations</span></a> <br><a href="https://hachyderm.io/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a> <a href="https://hachyderm.io/tags/containers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>containers</span></a> <a href="https://hachyderm.io/tags/K8s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>K8s</span></a> <a href="https://hachyderm.io/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> <a href="https://hachyderm.io/tags/K3s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>K3s</span></a></p>
Andrew Tropin<p>Fully-declarative deployment of 2-nodes Kubernetes cluster :kubernetes: successfully done with Guix :guix:!</p><p>The only manual step was generating a worker token to connect a worker kubernetes node to the controller and copying it to the respective host. It can be automated, but not today.</p><p>Check out the source code: <a href="https://cons.town" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">cons.town</span><span class="invisible"></span></a></p><p>Imagine, what kind of fun we can have with it now?</p><p><a href="https://fosstodon.org/tags/guix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guix</span></a> <a href="https://fosstodon.org/tags/kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kubernetes</span></a> <a href="https://fosstodon.org/tags/k8s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k8s</span></a> <a href="https://fosstodon.org/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> <a href="https://fosstodon.org/tags/nix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nix</span></a> <a href="https://fosstodon.org/tags/nixos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nixos</span></a></p>
Natanael Copa<p><span class="h-card" translate="no"><a href="https://mastodon.social/@bagder" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>bagder</span></a></span> looks like the CFP is not open yet.</p><p>I wonder if something <a href="https://fosstodon.org/tags/AlpineLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AlpineLinux</span></a> or <a href="https://fosstodon.org/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a>/#kubernetes would be of interest for this event</p>
Natanael Copa<p>Would you like to meet the k0s team? There is an opportunity tomorrow to ask all the questions you have, give feedback, request features etc.</p><p>Join us on zoom!</p><p><a href="https://dateful.com/eventlink/2735919704" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dateful.com/eventlink/27359197</span><span class="invisible">04</span></a></p><p><a href="https://fosstodon.org/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a> <a href="https://fosstodon.org/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> <a href="https://fosstodon.org/tags/DevOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevOps</span></a></p>
Perry<p>And I think I’m probably done with <a href="https://infosec.exchange/tags/proxmox" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>proxmox</span></a> too. Only had it as a cluster for a couple of weeks and it’s already gone down several times with nodes dropping off in availability, and HA not responding at all. Even a reboot didn’t help; just had to let it think for a long while.</p><p>While this is most likely some issue on my side, I can’t trust this setup with my core services. </p><p>Next up: bare metal <a href="https://infosec.exchange/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a>..</p>
Scott Williams 🐧<p>I really need to check out <a href="https://mastodon.online/tags/Mirantis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mirantis</span></a> <a href="https://mastodon.online/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a>. Seems similar to the things I also like about <a href="https://mastodon.online/tags/k3s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k3s</span></a>. <a href="https://mastodon.online/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a></p>