kata-containers/docs/how-to
Beraldo Leal c99ba42d62 deps: bumping yq to v4.40.7
Since yq frequently updates, let's upgrade to a version from February to
bypass potential issues with versions 4.41-4.43 for now. We can always
upgrade to the newest version if necessary.

Fixes #9354
Depends-on:github.com/kata-containers/tests#5818

Signed-off-by: Beraldo Leal <bleal@redhat.com>
2024-05-31 13:28:34 -04: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: Update config containerd url link 2023-12-05 16:35:21 +00: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: Fix broken links 2023-10-26 10:17:01 -07: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-pull-images-in-guest-with-kata.md deps: bumping yq to v4.40.7 2024-05-31 13:28:34 -04: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: create a reference that directs users to kata csi doc 2023-12-26 20:36:34 +08:00
how-to-run-kata-containers-with-SE-VMs.md build: tests: Remove agent-opa 2024-04-28 12:52:54 +02:00
how-to-run-kata-containers-with-SNP-VMs.md deps: bumping yq to v4.40.7 2024-05-31 13:28:34 -04: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 how-to: add createcontainer timeout to sandbox config documentation 2024-03-27 21:58:44 +08:00
how-to-setup-swap-devices-in-guest-kernel.md doc: Update crictl pod-config 2023-10-02 14:53:46 +01: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: Use control-plane term instead of master 2023-08-01 17:41:40 +09: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: Specify supported Firecracker version using versions.yaml 2023-08-10 16:49:45 +09:00
how-to-use-sysctls-with-kata.md docs: Remove table of contents 2021-07-30 10:58:22 +01:00
how-to-use-the-kata-agent-policy.md docs: add agent policy and genpolicy docs 2023-12-22 15:35:05 +00:00
how-to-use-virtio-fs-nydus-with-kata.md doc: Update crictl pod-config 2023-10-02 14:53:46 +01: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 doc: Fix spelling 2023-10-03 10:17:38 +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 how-to: Add a document for kata guest image management usage 2024-03-27 20:09:37 +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: Use control-plane term instead of master 2023-08-01 17:41:40 +09: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

Confidential Containers Policy

Advanced Topics