Irelia
GitHubBlogs
  • Welcome to Irelia!
  • Installation
  • HOW-TO TUTORIALS
    • Analyze and visualize
  • MANAGING DOCUMENTS
    • Create a document
    • Sharing a document
    • Copying a document
    • Importing data
    • Exports & backups
    • Document history
  • PAGES AND TABLES
    • Entering data
    • Pages & widgets
    • Search, sort & filter
  • USING FORMULAS
    • Intro to formulas
    • Python versions
    • Function reference
  • Solutions
    • Personal
    • Business
    • Industry
    • Funding
    • Finance
    • Sales
    • Customers
  • APPENDIX
    • Contribute
    • FAQs
    • gVisor
    • Help
Powered by GitBook
On this page
  • Container-native Security
  • Resource Efficiency
  • Platform Portability
  1. APPENDIX

gVisor

PreviousFAQs

Last updated 2 years ago

An application kernel for containers that provides efficient defense-in-depth anywhere.

Container-native Security

By providing each container with its own application 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.

Resource Efficiency

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.

Platform Portability

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.

For more information, please visit .

gVisor Documentation