GitHub Issue
K8s deployment
## Summary
Zeroboot's current deployment tooling (`deploy/deploy.sh` + systemd) targets bare-metal
or standalone VM hosts. There is no documented path for running Zeroboot inside a
Kubernetes cluster, which is where most production AI workloads live today.
## The gap
To run Zeroboot in k8s, the following is needed but undocumented:
1. **Which EC2/cloud instance types expose `/dev/kvm`** — e.g. AWS `t3` (burstable) does
NOT, while `c5`/`m5`/`c6i` (Nitro non-burstable) do. This is non-obvious and a common
blocker. ...
View Raw Thread
Market Trends