mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Reorder Quick Start to put easier stuff on the top
PiperOrigin-RevId: 464909911
This commit is contained in:
committed by
gVisor bot
parent
068b285418
commit
49a3911d53
@@ -14,20 +14,20 @@ doc(
|
||||
weight = "11",
|
||||
)
|
||||
|
||||
doc(
|
||||
name = "oci",
|
||||
src = "oci.md",
|
||||
category = "User Guide",
|
||||
permalink = "/docs/user_guide/quick_start/oci/",
|
||||
subcategory = "Quick Start",
|
||||
weight = "12",
|
||||
)
|
||||
|
||||
doc(
|
||||
name = "kubernetes",
|
||||
src = "kubernetes.md",
|
||||
category = "User Guide",
|
||||
permalink = "/docs/user_guide/quick_start/kubernetes/",
|
||||
subcategory = "Quick Start",
|
||||
weight = "12",
|
||||
)
|
||||
|
||||
doc(
|
||||
name = "oci",
|
||||
src = "oci.md",
|
||||
category = "User Guide",
|
||||
permalink = "/docs/user_guide/quick_start/oci/",
|
||||
subcategory = "Quick Start",
|
||||
weight = "13",
|
||||
)
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
gVisor can be used to run Kubernetes pods and has several integration points
|
||||
with Kubernetes.
|
||||
|
||||
## Using GKE Sandbox
|
||||
|
||||
[GKE Sandbox][gke-sandbox] is available in [Google Kubernetes Engine][gke]. You
|
||||
just need to deploy a node pool with gVisor enabled in your cluster, and it will
|
||||
run pods annotated with `runtimeClassName: gvisor` inside a gVisor sandbox for
|
||||
you. [Here][wordpress-quick] is a quick example showing how to deploy a
|
||||
WordPress site. You can view the full documentation [here][gke-sandbox-docs].
|
||||
|
||||
## Using Minikube
|
||||
|
||||
gVisor can run sandboxed containers in a Kubernetes cluster with Minikube. After
|
||||
@@ -16,14 +24,6 @@ You can also setup Kubernetes nodes to run pods in gVisor using
|
||||
[containerd][containerd] and the gVisor containerd shim. You can find
|
||||
instructions in the [Containerd Quick Start][gvisor-containerd].
|
||||
|
||||
## Using GKE Sandbox
|
||||
|
||||
[GKE Sandbox][gke-sandbox] is available in [Google Kubernetes Engine][gke]. You
|
||||
just need to deploy a node pool with gVisor enabled in your cluster, and it will
|
||||
run pods annotated with `runtimeClassName: gvisor` inside a gVisor sandbox for
|
||||
you. [Here][wordpress-quick] is a quick example showing how to deploy a
|
||||
WordPress site. You can view the full documentation [here][gke-sandbox-docs].
|
||||
|
||||
[containerd]: https://containerd.io/
|
||||
[minikube]: https://github.com/kubernetes/minikube/blob/master/deploy/addons/gvisor/README.md
|
||||
[gke]: https://cloud.google.com/kubernetes-engine/
|
||||
|
||||
Reference in New Issue
Block a user