Live data from Hacker News

Kubernetes on Bare Metal

joshrendek.com

31–34 of 34 posts

Re: Kubernetes on Bare Metal

#31
post #11
post #5

Earlier quoted context omitted.

Calling VMs/VPS bare metal is unusual from what I see.

There is a sort of "in between" use of the term for a VPS that doesn't share the underlying real server with any other VPS instances. Like these: https://www.scaleway.com/baremetal-cloud-servers/ That's pushing it a little for me. Certainly calling a regular VPS bare metal is silly.

The page you link claims that there is no hypervisor running, so it's not a VM, but "true" Bare Metal.

Re: Kubernetes on Bare Metal

#33
post #31
post #11

Earlier quoted context omitted.

There is a sort of "in between" use of the term for a VPS that doesn't share the underlying real server with any other VPS instances. Like these: https://www.scaleway.com/baremetal-cloud-servers/ That's pushing it a little for me. Certainly calling a regular VPS bare metal is silly.

The page you link claims that there is no hypervisor running, so it's not a VM, but "true" Bare Metal.

I wonder if it's a single container, running your OS on top of theirs then. I don't see how their API would work sans both a VM and containers. Unless maybe they are supplying a fixed set of tweaked distributions.

Re: Kubernetes on Bare Metal

#34
post #33
post #31

Earlier quoted context omitted.

The page you link claims that there is no hypervisor running, so it's not a VM, but "true" Bare Metal.

I wonder if it's a single container, running your OS on top of theirs then. I don't see how their API would work sans both a VM and containers. Unless maybe they are supplying a fixed set of tweaked distributions.

I don't know their specific setup, but Bare Metal providers generally either netboot your image, or netboot something that copies your image to local disk, and then reboot into it. That can be automated quite far, the biggest issue is having a hardware platform that can't be permanently compromised by the running OS (e.g. on a typical x86 system, the OS could reflash the BIOS or firmware of other components)
Post reply on HN