mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-04 05:10:55 +00:00
docs: Add kata-deploy as part of the install docs
This PR links the kata-deloy installation instructions to the docs/install folder. Fixes: #2450 Signed-off-by: João Vanzuita <joao.vanzuita@de.bosch.com> Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
acece84906
commit
705687dc42
@ -16,13 +16,23 @@ Packaged installation methods uses your distribution's native package format (su
|
|||||||
> easily applied.
|
> easily applied.
|
||||||
|
|
||||||
| Installation method | Description | Automatic updates | Use case |
|
| 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 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. |
|
| [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. |
|
| [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. |
|
| [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. |
|
| [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
|
### Official packages
|
||||||
|
|
||||||
Kata packages are provided by official distribution repositories for:
|
Kata packages are provided by official distribution repositories for:
|
||||||
|
Loading…
Reference in New Issue
Block a user