Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update architecture.rst #1619

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/how-it-works/architecture.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <AI Analysis>`.

Bundled Prometheus (Optional)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -24,6 +28,8 @@ Web UI (Optional)

The Robusta `SaaS platform <http://home.robusta.dev/ui?from=docs>`_ 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.
Expand Down
Loading