diff --git a/website/_includes/footer-links.html b/website/_includes/footer-links.html index 2036dbaa9..0470ad633 100644 --- a/website/_includes/footer-links.html +++ b/website/_includes/footer-links.html @@ -31,7 +31,7 @@
diff --git a/website/_includes/header.html b/website/_includes/header.html index c80310069..5f1ae01f3 100644 --- a/website/_includes/header.html +++ b/website/_includes/header.html @@ -5,7 +5,7 @@ {% if page.title %} {{ page.title }} - gVisor {% else %} - gVisor + The Container Security Platform | gVisor {% endif %} diff --git a/website/assets/logos/powered-gvisor.png b/website/assets/logos/powered-gvisor.png index e00c74a33..0af3675be 100644 Binary files a/website/assets/logos/powered-gvisor.png and b/website/assets/logos/powered-gvisor.png differ diff --git a/website/index.md b/website/index.md index c6cd477c2..ef69b2a60 100644 --- a/website/index.md +++ b/website/index.md @@ -3,10 +3,11 @@
-

gVisor is an application kernel for containers that provides efficient defense-in-depth anywhere.

+

The Container Security Platform

+

Run untrusted workloads, block container escapes, and mitigate unauthorized host access.

Get started  - Learn More  + What is gVisor? 

@@ -15,36 +16,39 @@
+
+
+
+

Strengthen Kubernetes Security

+

gVisor delivers an additional security boundary for containers by + intercepting and monitoring workload runtime instructions in user space + before they are able to reach the underlying host. This protection + mitigates threats and reduces host attack surface. gVisor seamlessly + integrates with existing container workflows and ecosystem.

+ Learn More » +
+
+
+

Protect Workloads and Infrastructure

+

Run untrusted workloads without compromising other workloads or the + underlying infrastructure. Block container escapes by keeping attackers + from breaking out of containers and into hosts or other containers. + Mitigate privilege escalations that provide unauthorized access to other + systems and services. Deliver strong isolation between containers for + multitenant environments.

+ Learn More » +
+
+
+

Reduce Vulnerability and Mitigate Risk

+

Deliver a hardened Kubernetes that provides defense-in-depth + runtime protection and monitoring for container workloads. Enable + third-party customers to safely deliver code and highly secure services. + Keep infrastructure resilient and operating during adverse cyber events. + Use gVisor with threat detection engines to quickly identify threats and + reduce risk with alerts.

+ Learn More » +
-
-
-

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.

- Read More »
- -
-

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.

- Read More » -
- -
-

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.

- Read More » -
-
-