diff --git a/README.md b/README.md index d0df34ef0..abbc50ded 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,16 @@ For details of the other Kata Containers repositories, see the * [Limitations](Limitations.md): differences and limitations compared with the default [Docker](https://www.docker.com/) runtime, [`runc`](https://github.com/opencontainers/runc). -* HOWTO: [Kata Containers with k8s and cri-containerd](./how-to/how-to-use-k8s-with-cri-containerd-and-kata.md) -* HOWTO: [OpenStack Zun with Kata Containers](./use-cases/zun_kata.md) -* HOWTO: [Kata Containers with Firecracker](https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support) -* HOWTO: [Sysctls with Kata Containers](./how-to/how-to-use-sysctls-with-kata.md) -* HOWTO: [VM Templating](./how-to/what-is-vm-templating-and-how-do-I-use-it.md) and [VM Cache](./how-to/what-is-vm-cache-and-how-do-I-use-it.md) +### Howto guides + +See the [howto documentation](how-to). ## Kata Use-Cases -* [VPP with Kata](./use-cases/using-vpp-and-kata.md) -* [SR-IOV with Kata](./use-cases/using-SRIOV-and-kata.md) * [GPU Passthrough with Kata](./use-cases/GPU-passthrough-and-Kata.md) +* [OpenStack Zun with Kata Containers](./use-cases/zun_kata.md) +* [SR-IOV with Kata](./use-cases/using-SRIOV-and-kata.md) +* [VPP with Kata](./use-cases/using-vpp-and-kata.md) ## Developer Guide diff --git a/how-to/README.md b/how-to/README.md new file mode 100644 index 000000000..e0fac4a2f --- /dev/null +++ b/how-to/README.md @@ -0,0 +1,10 @@ +# Howto guides + +- [How to use Kata Containers and Containerd](containerd-kata.md) +- [How to use Kata Containers and CRI (containerd plugin) with Kubernetes](how-to-use-k8s-with-cri-containerd-and-kata.md) +- [Kata Containers and service mesh for Kubernetes](service-mesh.md) +- [Kata Containers with Firecracker](https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support) +- [Kata Containers with NEMU](how-to-use-kata-containers-with-nemu.md) +- [Setting Sysctls with Kata](how-to-use-sysctls-with-kata.md) +- [What Is VMCache and How To Enable It](what-is-vm-cache-and-how-do-I-use-it.md) +- [What Is VM Templating and How To Enable It](what-is-vm-templating-and-how-do-I-use-it.md) diff --git a/svc-mesh/service-mesh.md b/how-to/service-mesh.md similarity index 100% rename from svc-mesh/service-mesh.md rename to how-to/service-mesh.md