ramsey, (edited ) to random
@ramsey@phpc.social avatar

I managed to avoid #Kubernetes 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 goose?

#k8s

josh,
@josh@joshbutts.social avatar

@ramsey step 1 of kubernetes is we call it k8s.

jamie,
@jamie@zomglol.wtf avatar

@ramsey @josh In case it helps, I provided an alternative a few years back

https://zomglol.wtf/@jamie/109288152821638814

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 needs anymore, I decided to build a new one. And because I prefer running all my in containers, but abhor fucking around with and docker-compose, it's a single-node cluster, using , 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 to manage that, and zfs is all it's cracked up to be.

xoxys,
@xoxys@social.tchncs.de avatar

@ainmosni VolSync might be worth a look https://github.com/backube/volsync

ainmosni,
@ainmosni@berlin.social avatar

@xoxys The sync functionality not so much, but the restic functionality is interesting.

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.

larsmb,
@larsmb@mastodon.online avatar

@guus Everything needs to be a graphic! Reading text and spreadsheets is evil!
Thankfully that hasn't happened to me quite yet.
(I don't mind it for whiteboarding etc, but ... advanced search and verbalizing the outcomes, a necessary step for converting to code, seems hard.)

@isotopp

isotopp,
@isotopp@chaos.social avatar

@larsmb

Yeah, I tried Miro for schema design and found that writing SQLAlchemy sample code and then have some tool reversing the foreign key relationships into a diagram is way faster, easier and produces less flawed results.

@guus

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.

wyri,
@wyri@haxim.us avatar

@p1ng ow yeah I said goodbye to FPM a decade ago. Not deploying that 🤣🤣🤣

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 #books #CloudComputing #technology #Kubernetes #k8s @frontmattercast

leanpub, to books
@leanpub@mastodon.social avatar

Leanpub book LAUNCH! Crossplane: The Cloud Native Control Plane by Viktor Farcic https://youtu.be/Hn7j11Zzi5o #books #leanpublishing #selfpublishing #booklaunch #CloudComputing #technology #Kubernetes #k8s

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

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

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)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • normalnudes
  • GTA5RPClips
  • osvaldo12
  • thenastyranch
  • DreamBathrooms
  • everett
  • magazineikmin
  • InstantRegret
  • Youngstown
  • slotface
  • mdbf
  • love
  • kavyap
  • rosin
  • megavids
  • khanakhh
  • modclub
  • ethstaker
  • Leos
  • ngwrru68w68
  • Durango
  • tacticalgear
  • cubers
  • anitta
  • provamag3
  • tester
  • cisconetworking
  • JUstTest
  • All magazines