I have seldom wanted anything as much as I want an Oxide rack at home. Maybe in 40 years we'll start to see the first ones show up in surplus auctions...
Every single Oxide article has comments about people wanting one at home. A great example of completely misdirected marketing and/or engineering. Oxide should have developed home microcomputers, and they would have sold like cupcakes, with their ASCII art marketing. Instead they do million dollar "mainframes" that no one (except VCs) wants to buy.
Kubernetes on Oxide: How customer needs shaped our integrations
71–73 of 73 posts
Re: Kubernetes on Oxide: How customer needs shaped our integrations
#72Earlier quoted context omitted.
What's a cloud? K8s is a cloud imo, so is what oxide is providing afaict
Cloud is an API you can hit to get access to hardware. Oxide sells hardware.
Re: Kubernetes on Oxide: How customer needs shaped our integrations
#73I am wondering when would you use kubernetes on oxide vs running kubernetes with kubevirt on baremetal? At first look, it feels like oxide is equivalent to proxmox or some virtualization tool, may be it uses qemu stuff underneath. Just curious. The reason I am asking this is that, we have lot onprem scenarios in our business. We are tightly coupled with k8s, to solve this we started building an internal project that…
Good question. We use our own hypervisor[0] that's not KVM/QEMU. We don't have nested virtualization today so we don't follow the KubeVirt model, though we are discussing what CRDs like OxideInstance would look like for those that want to operate solely in Kubernetes manifests. The core primitive on Oxide is the instance (virtual machine). We could support some container primitive, but that's a larger product directi…