(no title)
csweichel | 1 year ago
One of the benefits of moving away from Kubernetes, to a runner-based architecture , is that we can now seamlessly support cloud-based and local environments (https://www.gitpod.io/blog/introducing-gitpod-desktop).
What's really nice about this is that with this kind of integration there's very little difference in setting up a dev env in the cloud or locally. The behaviour and qualities of those environments can differ vastly though (network bandwidth, latency, GPU, RAM, CPUs, ARM/x86).
michaelt|1 year ago
For example, when you're running on your local machine you've actually got the amount of RAM and CPU advertised :)
sethammons|1 year ago
justinclift|1 year ago
master_crab|1 year ago
edplmajor|1 year ago
Kubernetes is another mess of userspace ops tools. Userspace is for composable UI not backend. Kube and Chef and all those other ops tools are backend functionality being used like UI by leet haxxors