Hacker News new | ask | show | jobs
by dividedbyzero 1848 days ago
I wasn't aware of k8s device plugins, that seems like it would help with that, if k8s is an option. Thanks for the pointer!
1 comments

You're welcome :).

They're also very easy to write, so if you ever happen to run k8s and need to give workloads access to some odd/custom host hardware, implementing a proper plugin for it is quite painless and gives much better guarantees than plain bindmounts.