second pass: name the real GPU mechanism (resource request schedules, init container gates startup, probes track runtime health), scope the network DR and reversibility claims to what config backup actually gives you, drop production-grade, and colour the education hash instead of the first letter
build-and-deploy / build (push) Failing after 10m52s

This commit is contained in:
2026-08-18 01:50:07 +10:00
parent c07f8433dc
commit 7cbc3629a6
6 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const skills: SkillGroup[] = [
blurb: "Serving vision and language models on real hardware at the edge.",
points: [
"Fail-closed computer vision on single-node OpenShift - probes that catch a silently dead model, not just a dead pod.",
"One GPU, two jobs - a single card time-sliced between LLM serving and video transcode, with neither noticing.",
"One GPU, two workloads - a single card time-sliced between LLM serving and video transcode instead of reserving separate hardware.",
"Vendor video-analytics stacks re-platformed as first-class Kubernetes workloads, not appliances.",
"Local models behind an OpenAI-compatible gateway - swap the backend, keep every client.",
],