diff --git a/g3doc/user_guide/quick_start/BUILD b/g3doc/user_guide/quick_start/BUILD index 63f17f9cb..ee11d1aca 100644 --- a/g3doc/user_guide/quick_start/BUILD +++ b/g3doc/user_guide/quick_start/BUILD @@ -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", ) diff --git a/g3doc/user_guide/quick_start/kubernetes.md b/g3doc/user_guide/quick_start/kubernetes.md index 395cd4b71..e8f472931 100644 --- a/g3doc/user_guide/quick_start/kubernetes.md +++ b/g3doc/user_guide/quick_start/kubernetes.md @@ -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/