▲ | ffsm8 4 days ago | ||||||||||||||||
Sorry, but then your opinion is just plain wrong Bare metal in the context of running software is a technical term with a clear meaning that hasn't become contested like "AI" or "Crypto" - and that meaning is that the software is running directly on the hardware. As k8s isn't virtualization, processes spawned by its orchestrator are still running on bare metal. It's the whole reason why containers are more efficient compared to virtual machines | |||||||||||||||||
▲ | mystifyingpoi 4 days ago | parent | next [-] | ||||||||||||||||
I think both of you are correct. Of course, a process running inside Kubernetes Pod, on a baremetal node will show up in `top` if I run it on the node directly. In such terms, it is running directly on hardware. But when I deploy this Pod, I'm not interacting with the OS in any way. I'm interacting with Kubernetes apiserver, telling it what to run, not really caring about the operating system underneath. In such terms, the application is running "in k8s". | |||||||||||||||||
▲ | mwcz 2 days ago | parent | prev | next [-] | ||||||||||||||||
This discussion made me realize that I have a head canon definition of "bare metal" that applies more to the programming environment than the deployment environment. It would exclude any runtime translation to the native instruction set, such as a VM, bytecode VM, language interpreter, etc. Basically identical in meaning to "static compilation", so I'll update my brain to the conventional meaning. | |||||||||||||||||
▲ | bee_rider 4 days ago | parent | prev [-] | ||||||||||||||||
Bare metal as in, no operating system? Does Linux really get in the way of these LLM inference engines? | |||||||||||||||||
|