mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#k0s

0 Beiträge0 Beteiligte0 Beiträge heute
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>
CoreSec<p>Ich habe meine <a href="https://mastodon.social/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> Bemühungen erstmal heruntergefahren das ist alles andere als ein Selbstläufer</p><p>Ich stoße immer auf neue Herausforderungen evtl ist k0s auch nicht das richtige für mich aber da habe ich gerade kein Nerv mehr für </p><p>Da muss der alte <a href="https://mastodon.social/tags/docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>docker</span></a> Host noch etwas durchhalten</p>
CoreSec<p>So bye-bye <a href="https://mastodon.social/tags/nomad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nomad</span></a> and hello <a href="https://mastodon.social/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> das zum laufen zu bekommen war Recht einfach aber das war nomad auch</p><p>Ich werde jetzt sehen wie schwer das ist meine Container darauf zum laufen zu bringen</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>
Andrew Tropin<p>Trying to deploy kubernetes cluster with Guix.</p><p>guix deploy fails multiple times in different ways :/</p><p>The most annoying part that it somehow makes ssh daemon to stop responding, so I have to restart VPS after such occasions. Also, the deploy of 0-diff system is very slow for some reason.</p><p>Another funny observation: shepherd doesn't respond to `herd status` during guix deploy.</p><p>Definitely need to find out why it happens, but today goal is to get k8s cluster running.</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></p>
Janik :linux: :ansible: :bash:<p>As <a href="https://fosstodon.org/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a> complexity has decreased (<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/k3s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k3s</span></a>, <a href="https://fosstodon.org/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a>) and became more manageable, it can be recommend with more confidence.</p><p>Some time ago consultants would say: </p><p>&gt; Kubernetes is not the right solution for your problem.</p><p>Then later:</p><p>&gt; You probably need Kubernetes in the near future.</p><p>And nowadays its:</p><p>&gt; We definitely recommend Kubernetes for your use case.</p>
Jan ☕🎼🎹☁️🏋️‍♂️<p>What distro do people recommend for k3s/k0s/k8s/...?</p><p><a href="https://fedi.kcore.org/tags/k8s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k8s</span></a> <a href="https://fedi.kcore.org/tags/kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kubernetes</span></a> <a href="https://fedi.kcore.org/tags/k3s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k3s</span></a> <a href="https://fedi.kcore.org/tags/k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> <a href="https://fedi.kcore.org/tags/distro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>distro</span></a></p>
clacke: exhausted pixie dream boy 🇸🇪🇭🇰💙💛<p>It seems they're both trivial to set up. The k0s website contains an asciinema clip which shows downloading, setting up, running, stopping and cleaning up k0s in a few minutes.</p><p>k3s is a third of the size. I'm not sure, but I think the difference in features is that k0s supports more "full k8s" auth options and clustering. Or does k3s support clustering too?</p><p>k0s runs its control processes on itself, as pods, which is surreal and/or neat. Maybe k3s does too, I don't know.</p><p><a href="https://kubevious.io/blog/post/what-is-mirantis-k0s-and-how-it-compares-with-rancher-k3s" rel="nofollow noopener" target="_blank">kubevious.io/blog/post/what-is…</a></p><p><a href="https://libranet.de/search?tag=kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kubernetes</span></a> <a href="https://libranet.de/search?tag=k8s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k8s</span></a><br><a href="https://libranet.de/search?tag=k0s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k0s</span></a> <a href="https://libranet.de/search?tag=k3s" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>k3s</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>