HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mchmarny

no profile record

Submissions

AI Cluster Runtime: Reproducible Configs for GPU-Accelerated Kubernetes Clusters

developer.nvidia.com
2 points·by mchmarny·vor 4 Monaten·1 comments

NVSentinel: Nvidia's open-source GPU resilience system for Kubernetes

github.com
3 points·by mchmarny·vor 4 Monaten·1 comments

Query and visualize GitHub repo activity contributions with entity attribution

github.com
1 points·by mchmarny·vor 4 Jahren·0 comments

Search HN stories with topic classification and sentiment visualization

news.thingz.io
5 points·by mchmarny·vor 4 Jahren·0 comments

comments

mchmarny
·vor 4 Monaten·discuss
GPU Kubernetes is hard. Aligning kernels, drivers, container runtimes, operators, and Kubernetes versions is a version compatibility minefield. A single misconfigured component can take down an entire GPU fleet, and root cause analysis can take days. Typically, these known-good configurations live as tribal knowledge in “runbooks” and internal pipelines, not as portable, reproducible artifacts.

The recently open-sourced AI Cluster Runtime (AICR) project is designed to solve that friction. It provides optimized, validated, and reproducible configurations for a given GPU-accelerated Kubernetes cluster.
mchmarny
·vor 4 Monaten·discuss
Keeping a GPU cluster healthy at scale isn't just a "nice to have"—it’s the difference between seamless training and a nightmare of idle nodes. That’s why we built NVSentinel, our open-source system designed to detect, classify, and auto-remediate hardware and software faults across Kubernetes nodes and NVSwitches.
mchmarny
·vor 4 Jahren·discuss
If you have an option to containerize the app, Jib may be what you are looking for. Plugs into Maven, and the same source/content always generates the same image - https://github.com/GoogleContainerTools/jib
mchmarny
·vor 6 Jahren·discuss
The amount of dependancies, build environment setup steps, across all of the components, and sheer complexity of putting the entire stack together from scratch, would exclude a substantial portion of the target users... hence, while possible, is not reasonable, certainly not on angling basis.
mchmarny
·vor 6 Jahren·discuss
“But each layer here adds an element of required trust”, how often we simply glance over that and assume. In the same time, building everything from source is also neither reasonable nor 100% secure. Glad smart people like Dan are looking into this.