ramsey, to random
@ramsey@phpc.social avatar

I managed to avoid for 10 years, but it’s finally caught up to me, so I hope I’m a Kubernetes god after going through all this required (by job) Kubernetes training.

When do I start honking like a duck?

hyde, to rust
@hyde@lazybear.social avatar
ainmosni, to homelab
@ainmosni@berlin.social avatar

As my old NUC was showing its age, and didn't suffice for my #homelab needs anymore, I decided to build a new one. And because I prefer running all my #selfhosted in containers, but abhor fucking around with #docker and docker-compose, it's a single-node #k8s cluster, using #k3s, just like my old server. One big difference is that the new server has a decent amount of drives for storage. I decided to set up #zfs to manage that, and zfs is all it's cracked up to be.

#selfhosting

ainmosni,
@ainmosni@berlin.social avatar

and a single node seem especially well suited to each other.

MegaMichelle, to Kubernetes
@MegaMichelle@a2mi.social avatar

Kubernetes stuff is all like "Kubestock is a kube control node for funneling proxyd from your kubesits to your kubesats, allowing connections with kubenite and spintwiddle twanks, to keep your yart flow in line with your kubehats."

isotopp, to Java German
@isotopp@chaos.social avatar

Support has been working in Slack for years.

There's a channel where people can join and ask, a channel and a channel, and there is of course .

Each has a small four digit number of people attending, with not quite reaching five digits.

wyri, to php
@wyri@haxim.us avatar

Reimagining how to deploy my applications to . Turn between sub chart and Operator style. Requirements:

  • A way to pick up configuration from the code (cronjobs, queue workers/vhosts so deployments etc) and transform that to to resource changes
  • No Helm plugins etc
  • The possibility to run things either all in one pod or to split them out into different deployments/cronjobs depending on the project needs

It's about time we do some actual native

p1ng,
@p1ng@social.tchncs.de avatar

@wyri unpopular opinion: Sometimes it’s just time to say goodbye.

There are just way better alternatives to for platforms. The core concept of configuration and runtime management was build for something different, out of different reasons.

technotim, to Kubernetes
@technotim@mastodon.social avatar

Today I released 40 minute, super niche technical video on advanced Kubernetes networking with Multus.

I didn't do it for the algorithm, I did it because I loved every minute of it. (Well, after I got it working)

https://www.youtube.com/watch?v=atfLTiW5yvM

leanpub, to books
@leanpub@mastodon.social avatar

Check out the latest Leanpub Frontmatter podcast interview, featuring Viktor Farcic, author of Crossplane: The Cloud Native Control Plane - Watch here: https://youtu.be/TWCOH_WWlsM @frontmattercast

leanpub, to books
@leanpub@mastodon.social avatar

Leanpub book LAUNCH! Crossplane: The Cloud Native Control Plane by Viktor Farcic https://youtu.be/Hn7j11Zzi5o

leanpub, to books
@leanpub@mastodon.social avatar

NEW! A Leanpub Frontmatter Podcast Interview with Viktor Farcic, Author of Crossplane: The Cloud Native Control Plane - Watch here: https://youtu.be/TWCOH_WWlsM

wyri, to Kubernetes
@wyri@haxim.us avatar

R.I.P. everyones clusters

wyri,
@wyri@haxim.us avatar

And with an official incident status now: https://status.redhat.com/incidents/qh68rjfg6xs6

openmediavault, (edited ) to random German
@openmediavault@fosstodon.org avatar

A new plugin for Kubernetes on openmediavault 7 has been released. Please check https://www.openmediavault.org/?p=3673 for more information.

irfan, to yuzu

I forgot that the dedicated multiplayer lobbies, which I've deployed in my cluster and using for online games would no longer work - cos eventho it's self-hosted, it does send POST requests to yuzu-emu's API which ofc no longer exists. Dk, maybe it still works but requires a direct connection rather than be able to browse/locate through the lobby list?

amazeeio, to drupal
@amazeeio@mastodon.social avatar

Choosing Drupal as part of your Composable Architecture solution has been a developer topic for a while. If you’re still catching up, our blog post will give you short, informative insights into what this is and why the combination is a knock-out. Learn more: https://www.amazee.io/blog/post/composable-architecture-and-drupal

amazeeio, to Kubernetes
@amazeeio@mastodon.social avatar

Kubernetes made easy: Lagoon streamlines cloud deployments - Join the Mirantis Tech Talk with @tobybellwood & discover:
💫 Cloud native benefits for all web applications
💫 Streamlined workflows
💫 Future-proof innovation

🗓️ Tuesday, March 12, 2024
⏰ 12:00 PM PT / 3:00 PM ET

Register to secure your spot: https://www.mirantis.com/labs/learning/techtalks/managing-all-of-your-sites-with-open-source-lagoon

Mirantis Tech Talk: Managing all of your sites with Open Source Lagoon, presented by Toby Bellwood

jens, to random
@jens@social.finkhaeuser.de avatar

Hey you!

Yes, you!

There's a job open one team over from mine: https://www.linkedin.com/jobs/view/3836681577

Want to come work with me?

jens,
@jens@social.finkhaeuser.de avatar

There is also a job open, as far as I know.

https://www.linkedin.com/jobs/view/3796106837

irfan, to Kubernetes

-migrate is an amazing tool that is absolutely essential to all (s) and cluster admins that allows you to easily and securely copy the data from one persistent volume claim to another in the same namespace, a different namespace, or heck even a different cluster.

One thing to note about it tho, what I learned just today after years of using it is that it does not support found on based clusters (which also means I just learned that my former company's clusters prolly weren't using SELinux... oops). I wouldn't recommend removing SELinux entirely tho, simply toggle SELinux from enforcing (1) to permissive (0) when you're about to migrate your data using pv-migrate. Once you're done, just toggle SELinux back on and you're golden.

🔗 https://github.com/utkuozdemir/pv-migrate

🔗 https://github.com/utkuozdemir/pv-migrate/issues/220

🔗 https://raw.githubusercontent.com/irfanhakim-as/orked/master/scripts/login.sh (contains script to install the latest pv-migrate binary, among other useful tools)

🔗 https://raw.githubusercontent.com/irfanhakim-as/orked/master/helpers/selinux-toggle.sh (script to toggle SELinux on/off on all of your worker nodes from your login/management node)

5am, to linux
@5am@fosstodon.org avatar

I'm curious to know how others version control their private configuration files / docs / wiki. For now, I've created a stack on my home network. Instead of copying the files I want to track into another folder and pushing from there, I've created hard links. Any other suggestions? @gitea

bkoehn,
@bkoehn@hachyderm.io avatar

@5am I use @gitea (self hosted) and keep all my (k3s, actually) and whatnot in different projects. I use ’s op command to inject secrets into the various files. I use just to automate common tasks. It all works great.

madargon, to Kubernetes
@madargon@is-a.cat avatar

I feel I need . I reached that stage when I would rather laugh than cry because of it.

vsaw, to Kubernetes
@vsaw@mastodon.social avatar
fedora, to Kubernetes
@fedora@fosstodon.org avatar

FYI for folks who use Kubernetes on Fedora Linux. There are some changes coming in Fedora 40.

➡️ https://communityblog.fedoraproject.org/kubernetes-changes-f40-rawhide/

wyri, to Ubiquiti
@wyri@haxim.us avatar

First part of a new long term home project coming in. An PoE+ switch to power a small cluster built using nodes. Going to blog about every step once it has been completed. But it is going to be a few quarters long project doing bit by bit

wyri,
@wyri@haxim.us avatar

Achievement unlocked: Write a node autoscaler in an afternoon that scales up and down with demand. Completely hacked together in to my particular requirements. (Absolutely not built for the long term.) So now I have two nodes behind me that are off 💙.

Autoscaler logs scaling up one node by turning the power of that node on and waiting for it to be ready
A quick shot overview of my cluster with two of the nodes off.

wyri,
@wyri@haxim.us avatar

With some tweaking to the autoscaling, it's pretty clear it only sometimes scales up when needed. Got a bit batch of World of datamining scheduling for tomorrow, so will see how that impacts node usage. Overall I'm pleased with the makeshift node auto scaling.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • normalnudes
  • tsrsr
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • everett
  • Youngstown
  • tacticalgear
  • slotface
  • ngwrru68w68
  • rosin
  • khanakhh
  • kavyap
  • PowerRangers
  • Leos
  • InstantRegret
  • mdbf
  • Durango
  • GTA5RPClips
  • cubers
  • vwfavf
  • ethstaker
  • hgfsjryuu7
  • osvaldo12
  • tester
  • cisconetworking
  • modclub
  • anitta
  • All magazines