gVisor is an application kernel written in Go that implements a substantial portion of the Linux system surface to provide container isolation. The tool includes an Open Container Initiative (OCI) runtime called runsc that creates an isolation boundary between applications and the host kernel. This runtime integrates with Docker and Kubernetes environments to enable sandboxed container execution. Unlike traditional containers that share the host kernel directly, gVisor acts as an intermediary application kernel that limits the host kernel surface accessible to containerized applications. The system runs as a normal process on the host while providing applications access to expected Linux features. gVisor addresses container security concerns by implementing Linux system calls through its own kernel rather than passing them directly to the host kernel. This approach reduces the attack surface and provides additional isolation beyond standard container mechanisms. The tool does not require fixed physical resources and leverages existing host kernel functionality while maintaining compatibility with standard container orchestration platforms.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.
Discover and understand the Docker Layer 2 ICC Bug and its implications on inter-container communication.
Tool for assessing compliance and running vulnerability scans on Docker images.
A tool for building Open Container Initiative (OCI) container images with various functionalities.
Cloudmarker is a configurable cloud monitoring tool and framework that audits Azure and GCP environments by retrieving, analyzing, and alerting on cloud security data.
A command-line security auditing tool that performs Lynis-based security assessments across AWS, GCP, Azure, and DigitalOcean cloud platforms.
Collection of Kubernetes manifests creating pods with elevated privileges for security testing.
A tutorial demonstrating how to implement Kubernetes Engine security features to control application privileges through host access controls and network access policies.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.