gVisor+Kubernetes=Isola #14280
benldrmn
started this conversation in
Show and tell
Replies: 1 comment
|
Excellent. Would love to see the sandbox startup speed metrics once adapted to the new release model, as that's what it should unlock. If you find a way to easily deploy gVisor to an arbitrary Kubernetes cluster, that's something that would be nice to have in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone, wanted to share https://github.com/isola-run/isola that is built on top of gVisor.
It is a Kubernetes sandboxing platform allowing users (human or not) to easily spawn gVisor-isolated pods, manage and communicate with them via a REST api / SDKs and snapshot their rootfs to bucket storage for later restore.
It builds on some of the features I have contributed to gVisor, like egress rate limiting with gVisor's token bucket filter qdisc.
Next release will include an easy way to install gVisor on the cluster, adapted to the new gVisor release model, as part of the simple helm chart used to install Isola.
Happy to get feedback or feature requests (that might find their way to upstream gVisor)!
All reactions