Open LukeShortCloud opened 3 years ago
Benchmarks: https://gvisor.dev/docs/architecture_guide/performance/
Performance impacts from switching from runc
to runsc
:
runsc
stands for "Run Sandboxed Containers".
runsc
currently only supports the CRI containerd
. It does not support CRI-O
.
https://github.com/google/gvisor/issues/3283
It also does not support docker-shim
in a Kubernetes cluster (although it does support docker without Kubernetes).
https://gvisor.dev/docs/user_guide/install/ https://gvisor.dev/docs/user_guide/containerd/quick_start/