About
+Support
+Connect
+© {{ 'now' | date: "%Y" }} The gVisor Authors
++ Edit this page + Create issue +
+ {% endif %} + {{ content }} +| # | +Name | +Support | +Notes | +
|---|---|---|---|
| {{.Number}} | +{{.Name}} | +{{.Support}} | +{{.Note}} {{range $i, $url := .URLs}} See: {{.}}{{end}} |
+
gVisor is an application kernel and container runtime providing defense-in-depth for containers anywhere.
++ Learn More + GitHub +
+By providing each container with its own userspace kernel, gVisor limits + the attack surface of the host. This protection does not limit + functionality: gVisor runs unmodified binaries and integrates with container + orchestration systems, such as Docker and Kubernetes, and supports features + such as volumes and sidecars.
+ Read More » +Containers are efficient because workloads of different shapes and sizes + can be packed together by sharing host resources. gVisor uses host-native + abstractions, such as threads and memory mappings, to co-operate with the + host and enable the same resource model as native containers.
+ Read More » +Modern infrastructure spans multiple cloud services and data centers, + often with a mix of managed services and virtualized or traditional servers. + The pluggable platform architecture of gVisor allows it to run anywhere, + enabling consistent security policies across multiple environments without + having to rearchitect your infrastructure.
+ Read More » +