techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#keda

0 posts0 participants0 posts today

Paid 12 week design mentorship program, remote. Help improve the Kubernetes and Cloud Native experience: mentorship.lfx.linuxfoundation

Applications close: Tue, May 27 2025 11AM PDT (18:00 UTC)
The two mentors are super nice professionals.

Headlamp is a #Kubernetes UI that supports plugins for #CNCF projects like #Flux, #KEDA, and Falco. This project will focus on conducting UX audits, identifying usability issues, and proposing design improvements.

#design #Cloudnative #UX

mentorship.lfx.linuxfoundation.orgMentorship

I'm going to be at #kubecon. At the maintainers summit beforehand, at the contribfest, and at the #headlamp project pavilion.

Contribfest session: kccnceu2025.sched.com/event/1t

I'm looking forward to connecting with folks working on different projects. People have been quite busy building out Headlamp Kubernetes UIs for ecosystem tooling and standards like #gatewayapi #prometheus #keda #flux #minikube #backstage #inspektorgadget #flagger and #certmanager

kccnceu2025.sched.comKubeCon + CloudNativeCon Europe 2025: 🚨 Contribfest: Make Your Own UI for Kube...View more about this event at KubeCon + CloudNativeCon Europe 2025

Good evening, Fediverse! I've just migrated from tech.lgbt to my own self hosted GoToSocial instance, and this feels like a great time to do an intro, because I also just turned 32 today!

I'm a #trans and #queer SRE working for a gaming company in Amsterdam (Netherlands), and I enjoy hacking on :k8s: #kubernetes projects in my spare time (I write a lot of #helm charts and :argocd: #argocd apps). I've been in the hosting/platform/devops industry for around 13ish years and I'm still just as in love as I was before, though where I used to focus on Big Tech, I now focus on self-hosting k8s on metal. Ask me about self hosting whatever project you want, and I can probably point you in the right direction!

My main operating systems are MacOS and :debian: #Debian (love #linux dearly). I'm a #bash and #neovim user, but I cut my teeth on vi and later #vim and so those are still dear to my heart. I want to get more into #solarpunk projects in 2025 and I'm big on using #prometheus #homeassistant and #keda to accomplish those goals. I volunteer with #nextcloud (when I can) to help with their helm chart, and I also have a GitHub org called small-hack where I do a lot of FOSS work with @cloudymax! Always down to self host something new :heart_cyber:

My favorite language is #python :python:

Ik spreek A1 Nederlands, maar ik wil A2 binnenkort. Oh, en mijn favoriet kleur is blauw. 💙 Leuk u te ontmoeten!

🧸 Small hacks to get you rolling. Open Engineering has 35 repositories available. Follow their code on GitHub.
GitHubOpen Engineering🧸 Small hacks to get you rolling. Open Engineering has 35 repositories available. Follow their code on GitHub.
Replied in thread

@danciruli @drmorr for load balancing, pod readiness probes should address this - of the pod's latency goes up, fail the readiness probe, pod gets taken out of service backend pool. And for scaling, this is what #Keda is supposed to help address, isn't it? Use the #Prometheus scaler (or any other data source for latency) to emit scale up/down events based on latency, ratio of ready pods in service, or whatever metric you think is best suited.