Comment on Scaling to 1M concurrent sandboxes in secondsComments−_pdp_1moYou can scale firecracker vms like really fast. In our shop we have a simple go service that maintain the state in a sqlite database. The only requirement is bare-metal servers.−bsaul1mohow complex is maintaining a firecracker cluster over bare metal in practice ?−_pdp_1moWe don't know what we don't know but it does not look like that complex. We have not hit any edge-cases yet. I am sure there are some.
Comments
You can scale firecracker vms like really fast. In our shop we have a simple go service that maintain the state in a sqlite database. The only requirement is bare-metal servers.
how complex is maintaining a firecracker cluster over bare metal in practice ?
We don't know what we don't know but it does not look like that complex. We have not hit any edge-cases yet. I am sure there are some.