From 062e7c2a2f0e666ba87d4a0337e5774cf841b3f9 Mon Sep 17 00:00:00 2001 From: "rajesh.kumar" Date: Tue, 17 Oct 2023 15:29:20 +0530 Subject: [POSTGRES][COMMON] Add support for postgres operator Add template for the postgres operator instance setup and modifications to use the postgres instance via Operator TBD: Update of documentation and fix for clients (DMaaP, CPS) Issue-ID: OOM-3247 Change-Id: I56c34400dc73c71b936a51260efd231017adaeae Signed-off-by: rajesh.kumar --- .../sections/guides/infra_guides/oom_infra_optional_addons.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst b/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst index de26d11944..fb164bc5e6 100644 --- a/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst +++ b/docs/sections/guides/infra_guides/oom_infra_optional_addons.rst @@ -11,6 +11,7 @@ .. _Kserve setup guide: https://kserve.github.io/website/0.10/admin/kubernetes_deployment/ .. _K8ssandra setup guide: https://docs.k8ssandra.io/install/ .. _Mariadb-Operator setup guide: https://github.com/mariadb-operator/mariadb-operator +.. _Postgres-Operator setup guide: https://github.com/CrunchyData/postgres-operator .. _oom_base_optional_addons: @@ -125,7 +126,7 @@ For setup the K8ssandra operator is used, see `K8ssandra setup guide`_ Mariadb-Operator Installation ----------------------------- -Mariadb-Operator is used to ease the installation and lifecycle management +Mariadb-Operator is used to ease the installation and lifecycle management of MariaDB Galera and Replication clusters, including monitoring and backup For setup the Mariadb-Operator is used, see `Mariadb-Operator setup guide`_ @@ -147,6 +148,13 @@ For setup the Mariadb-Operator is used, see `Mariadb-Operator setup guide`_ --set metrics.enabled=true --set webhook.certificate.certManager=true --version= +Postgres-Operator Installation +------------------------------ + +Postgres-Operator is used to ease the installation and lifecycle management of +Postgres DB clusters, including monitoring and backup + +For setup the Postgres-Operator is used, see `Postgres-Operator setup guide`_ Kserve Installation ------------------- -- cgit 1.2.3-korg