From 4a81066ede559bcc936491cbbd0753b27aed8592 Mon Sep 17 00:00:00 2001 From: stephanie0x00 <9821756+stephanie0x00@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:48:24 +0100 Subject: [PATCH] Add Kubernetes and Ansible to docs (#3970) Co-authored-by: Jan Klopper --- docs/source/installation-and-deployment/install.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/installation-and-deployment/install.rst b/docs/source/installation-and-deployment/install.rst index 5f0dfcfd9ec..9a5b027a60d 100644 --- a/docs/source/installation-and-deployment/install.rst +++ b/docs/source/installation-and-deployment/install.rst @@ -17,6 +17,19 @@ Debian packages The Debian packages can be used for production installations of OpenKAT and are available as artifacts from the Github actions in the repository of each module. How to install them is explained in the manual. A repository to enable ``apt install kat`` is under construction. The packages cannot easily be converted to RPM's, for this we do not have a solution yet. +Alternative installs +==================== +The following alternative installs are possible for OpenKAT. These are community contributions and are thus not maintained by OpenKAT. + +Kubernetes +********** +The Kubernetes files can be found at `https://gitlab.com/digilab.overheid.nl/platform/helm-charts/openkat/ `_. + +Ansible +******* +The Ansible files can be found at `https://github.com/sigio/openkat-ansible `_. + + Development environment =======================