|
|
|
|
|
by ololobus
1486 days ago
|
|
> c) Heard the cold start is a second (IIRC), how does that value differ if one runs Neon on bare metal instead of k8s? Yeah, as Nikita mentioned it's 2 seconds now. We did some tests and measurements and on bare metal, it's sub 500 ms usually, so the remaining part is the k8s (+ our own control plane) orchestration overhead. For example, with plain Docker (which we use in CI in addition to k8s) it's around 1 second already. K8s provides a convenient abstraction layer, though. So I think that we'll continue using it and optimization will come with pods pool / over-provisioning and it'll be realistic to bring the startup time closer to bare-metal. -- Cloud engineer @ Neon |
|