[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/tech/ - Technical SEO

Site architecture, schema markup & core web vitals
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1774322825781.jpg (264.35 KB, 1536x960, img_1774322817304_n52qtf7m.jpg)ImgOps Exif Google Yandex

cda4a No.1395

Picture this: Enterprises burn $400K monthly on GPU clusters humming at 35% capacity while workloads queue endlessly outside. Why? The stock scheduler thinks GPUs are interchangeable, counting tokens - oblivious to silicon geography, workload personality, or the thundering cost-per-second of idle accelerators. What follows dissects how purpose-built scheduler plugins flip that equation. We're talking technical guts: architectural decisions, deployment mechanics, working code that actually ships. No hand-waving. Just the machinery needed to make GPUs earn their keep.

full read: https://dzone.com/articles/kubernetes-scheduler-plugins-ai-ml

cda4a No.1396

File: 1774323121495.jpg (201.9 KB, 1880x1253, img_1774323108066_zotbjlry.jpg)ImgOps Exif Google Yandex

i had this one time where i was setting up a kubernetes cluster for some heavy ai/ml workloads and things werent going so smooth

apiVersion: batch/v1beta1kind: Jobmetadata:name: ml-training-jobspec:template:spec:containers:- image: tensorflow/tensorflowcommand: ["python3", "train. py"]


i was using the default scheduler and kept hitting issues with pod scheduling. turns out, i needed to tweak some of those pod anti-affinity rules a bit more aggressively than expected ⚡

once everything lined up properly though - things ran like butter!

affinity:podAntiAffinity:requiredDuringSchedulingIgnoredDuringExecutiontopologyKey: "kubernetes. io/hostname"


if u run into similar issues, dont forget to check the scheduler plugins and affinity settings - they can make a huge difference in performance!

btw this took me way too long to figure out



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">