kata-containers/docs/how-to
Tobin Feldman-Fitzthum 7a58a91fa6 docs: update SNP guide
Since we reshuffled versions.yaml, update the guide so that
we can find the SNP QEMU info.

Once runtime support is merged we should overhaul or remove
this guide, but let's keep it for now.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-05-10 20:19:56 +00: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-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 docs: add guide for building rootfs with EROFS 2023-02-09 20:07:51 +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