kata-containers/docs/how-to
alex.lyn 0df2fc2702 runtime-rs: add support spdk/vhost-user based volume.
Unlike the previous usage which requires creating
/dev/xxx by mknod on the host, the new approach will
fully utilize the DirectVolume-related usage method,
and pass the spdk controller to vmm.

And a user guide about using the spdk volume when run
a kata-containers. it can be found in docs/how-to.

Fixes: #6526

Signed-off-by: alex.lyn <alex.lyn@antgroup.com>
2023-06-25 16:23:19 +08:00
..
data kata-monitor: fix can't monitor /run/vc/sbs. 2022-07-19 09:52:54 +08:00
images docs: Guide to use SNP-VMs with Kata-Containers 2022-09-16 17:51:41 +02:00
containerd-kata.md docs: add documents for using bundle to start container 2022-12-16 11:13:25 +08:00
how-to-hotplug-memory-arm64.md docs: Fix missing critical steps in how-to-hotplug-memory-arm64.md 2023-02-02 12:12:39 +08:00
how-to-import-kata-logs-with-fluentd.md docs: Update outdated URLs and keep them available 2022-06-15 16:34:28 +08:00
how-to-load-kernel-modules-with-kata.md docs: Fix pre-existing spelling mistakes caught by the CI 2020-11-09 16:52:33 +01:00
how-to-run-docker-with-kata.md docs: fix markdown issues in how-to-run-docker-with-kata.md 2022-03-23 08:15:02 +08:00
how-to-run-kata-containers-with-kinds-of-Block-Volumes.md runtime-rs: add support spdk/vhost-user based volume. 2023-06-25 16:23:19 +08:00
how-to-run-kata-containers-with-SNP-VMs.md docs: update SNP guide 2023-05-10 20:19:56 +00:00
how-to-run-rootless-vmm.md runtime: support non-root for clh 2023-02-22 13:57:09 -08:00
how-to-set-prometheus-in-k8s.md docs: delete CRI containerd plugin statement 2022-07-07 12:06:25 +08:00
how-to-set-sandbox-config-kata.md runtime: add reconnect timeout for vhost user block 2023-02-13 14:33:46 +08:00
how-to-setup-swap-devices-in-guest-kernel.md docs: update doc "Setup swap device in guest kernel" 2022-11-17 22:57:22 +08:00
how-to-use-erofs-build-rootfs.md docs: add guide for building rootfs with EROFS 2023-02-09 20:07:51 +08:00
how-to-use-k8s-with-containerd-and-kata.md docs: delete CRI containerd plugin statement 2022-07-07 12:06:25 +08:00
how-to-use-kata-containers-with-acrn.md docs: Remove kata-proxy reference 2022-03-31 16:30:03 +00:00
how-to-use-kata-containers-with-firecracker.md docs: Update how-to-use-kata-containers-with-firecracker.md 2023-02-14 15:53:26 -08:00
how-to-use-sysctls-with-kata.md docs: Remove table of contents 2021-07-30 10:58:22 +01:00
how-to-use-virtio-fs-nydus-with-kata.md virtiofs-nydus: add lazyload support for kata with clh 2022-02-19 21:55:31 +08:00
how-to-use-virtio-fs-with-kata.md docs: Fix relative links in Markdown 2022-02-11 13:49:42 +01:00
how-to-use-virtio-mem-with-kata.md docs: Remove table of contents 2021-07-30 10:58:22 +01:00
offline_cpu.sh scripts: Use shebang /usr/bin/env bash 2022-01-13 22:53:28 +01:00
privileged.md docs: delete CRI containerd plugin statement 2022-07-07 12:06:25 +08:00
README.md runtime-rs: add support direct volume. 2023-06-09 08:16:26 +08:00
run-kata-with-crictl.md docs: Remove table of contents 2021-07-30 10:58:22 +01:00
run-kata-with-k8s.md docs: delete CRI containerd plugin statement 2022-07-07 12:06:25 +08:00
service-mesh.md docs: use containerd to replace cri-containerd 2021-10-19 09:38:56 +08:00
what-is-vm-cache-and-how-do-I-use-it.md docs: Remove table of contents 2021-07-30 10:58:22 +01:00
what-is-vm-templating-and-how-do-I-use-it.md docs: remove mentioning of qemu-lite 2021-08-30 16:58:12 +08:00

Howto Guides

Kubernetes Integration

Hypervisors Integration

Currently supported hypervisors with Kata Containers include:

  • qemu

  • cloud-hypervisor

  • firecracker

    In the case of firecracker the use of a block device snapshotter is needed for the VM rootfs. Refer to the following guide for additional configuration steps:

  • ACRN

    While qemu , cloud-hypervisor and firecracker work out of the box with installation of Kata, some additional configuration is needed in case of ACRN. Refer to the following guides for additional configuration steps:

  • Kata Containers with ACRN Hypervisor

Advanced Topics