From d97d782915bd4de66605e69c54ad7f40e8d7c2f3 Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Tue, 5 Nov 2024 09:23:49 +0200 Subject: [PATCH] Update architecture.rst --- docs/how-it-works/architecture.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/how-it-works/architecture.rst b/docs/how-it-works/architecture.rst index cea63f422..315eaa0d6 100644 --- a/docs/how-it-works/architecture.rst +++ b/docs/how-it-works/architecture.rst @@ -1,7 +1,7 @@ Architecture ================== -Robusta runs in-cluster as two Kubernetes deployments +The base installation for Robusta runs in-cluster as two Kubernetes deployments * robusta-forwarder - Connects to the APIServer and monitors Kubernetes changes. Forwards them to robusta-runner. * robusta-runner - Receives all events, evaluates playbooks, sends notifications @@ -10,7 +10,11 @@ Robusta runs in-cluster as two Kubernetes deployments :width: 600 :align: center -Robusta has some optional components, described below. +Optionally, Robusta has some additional components, described below. + +HolmesGPT (Optional) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Robusta's next generation AI-engine that investigates alerts automatically. See :ref:`AI Analysis `. Bundled Prometheus (Optional) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -24,6 +28,8 @@ Web UI (Optional) The Robusta `SaaS platform `_ provides a single pane of glass for all your alerts and clusters. +On commercial plans, the UI is available for self-hosting in your own environment. + CLI (Optional) ^^^^^^^^^^^^^^^^ The ``robusta`` cli makes it easier to install Robusta by auto-generating Helm values.