From 705687dc42a75471976dad94951a94ad34857dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vanzuita?= Date: Tue, 23 Nov 2021 13:46:17 +0100 Subject: [PATCH] docs: Add kata-deploy as part of the install docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR links the kata-deloy installation instructions to the docs/install folder. Fixes: #2450 Signed-off-by: João Vanzuita Signed-off-by: Fabiano Fidêncio --- docs/install/README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/install/README.md b/docs/install/README.md index 65cab61153..9ad55f0f21 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -15,13 +15,23 @@ Packaged installation methods uses your distribution's native package format (su > **Note:** We encourage installation methods that provides automatic updates, it ensures security updates and bug fixes are > easily applied. -| Installation method | Description | Automatic updates | Use case | -|------------------------------------------------------|---------------------------------------------------------------------|-------------------|----------------------------------------------------------| -| [Using official distro packages](#official-packages) | Kata packages provided by Linux distributions official repositories | yes | Recommended for most users. | -| [Using snap](#snap-installation) | Easy to install | yes | Good alternative to official distro packages. | -| [Automatic](#automatic-installation) | Run a single command to install a full system | **No!** | For those wanting the latest release quickly. | -| [Manual](#manual-installation) | Follow a guide step-by-step to install a working system | **No!** | For those who want the latest release with more control. | -| [Build from source](#build-from-source-installation) | Build the software components manually | **No!** | Power users and developers only. | +| Installation method | Description | Automatic updates | Use case | +|------------------------------------------------------|----------------------------------------------------------------------------------------------|-------------------|-----------------------------------------------------------------------------------------------| +| [Using kata-deploy](#kata-deploy-installation) | The preferred way to deploy the Kata Containers distributed binaries on a Kubernetes cluster | **No!** | Best way to give it a try on kata-containers on an already up and running Kubernetes cluster. | +| [Using official distro packages](#official-packages) | Kata packages provided by Linux distributions official repositories | yes | Recommended for most users. | +| [Using snap](#snap-installation) | Easy to install | yes | Good alternative to official distro packages. | +| [Automatic](#automatic-installation) | Run a single command to install a full system | **No!** | For those wanting the latest release quickly. | +| [Manual](#manual-installation) | Follow a guide step-by-step to install a working system | **No!** | For those who want the latest release with more control. | +| [Build from source](#build-from-source-installation) | Build the software components manually | **No!** | Power users and developers only. | + +### Kata Deploy Installation + +Kata Deploy provides a Dockerfile, which contains all of the binaries and +artifacts required to run Kata Containers, as well as reference DaemonSets, +which can be utilized to install Kata Containers on a running Kubernetes +cluster. + +[Use Kata Deploy](/tools/packaging/kata-deploy/README.md) to install Kata Containers on a Kubernetes Cluster. ### Official packages