Skip to content

Commit 93c0052

Browse files
committed
Moved integrations up for more visibility
1 parent 575a394 commit 93c0052

1 file changed

Lines changed: 102 additions & 99 deletions

File tree

README.md

Lines changed: 102 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -30,105 +30,6 @@ Robusta integrates with Prometheus by webhook and adds features like:
3030

3131
Don't have Prometheus? You can use Robusta without Prometheus, or install our all-in-one Kubernetes observability stack with Robusta and Prometheus included.
3232

33-
## 🛠️ How it works
34-
35-
Robusta uses rules and AI to take Prometheus alerts and add extra information to them, such as pod logs, relevant graphs, possible remediations, and more.
36-
37-
Here is an example alert in Slack:
38-
39-
![](./docs/images/crash-report.png)
40-
41-
Here is an example remediation action:
42-
43-
![](./docs/images/alert_on_hpa_reached_limit1.png)
44-
45-
[Learn more »](https://docs.robusta.dev/master/how-it-works/index.html)
46-
47-
<p align="right">(<a href="#top">back to top</a>)</p>
48-
49-
## 📒 Installing Robusta
50-
51-
Robusta is installed with Helm. For convenience, we provide a CLI wizard to generate Helm values.
52-
53-
You can install Robusta alongside your existing Prometheus, or as an all-in-one bundle with Robusta and a preconfigured `kube-prometheus-stack`.
54-
55-
To get *even more* out of Robusta, we recommend creating [a free Robusta UI account](#-free-robusta-ui). Learn more below.
56-
57-
[Create a free Robusta UI account »](https://platform.robusta.dev/signup?utm_source=github&utm_medium=robusta-readme&utm_content=installing_robusta_section)
58-
59-
[Installation instructions »](https://docs.robusta.dev/master/setup-robusta/installation/index.html)
60-
61-
62-
<!-- ### 🌩️ Installation Options -->
63-
64-
<!-- <table>
65-
<tr>
66-
<td align="center" width="100">
67-
<a href="https://docs.robusta.dev/master/configuration/alertmanager-integration/eks-managed-prometheus.html">
68-
<img src="./docs/images/integration_logos/eks-icon.png" alt="AWS EKS" width="40">
69-
<br><strong>AWS EKS</strong>
70-
</a>
71-
</td>
72-
<td align="center" width="100">
73-
<a href="https://docs.robusta.dev/master/configuration/alertmanager-integration/google-managed-prometheus.html">
74-
<img src="./docs/images/integration_logos/gke-icon.png" alt="Google GKE" width="40">
75-
<br><strong>Google GKE</strong>
76-
</a>
77-
</td>
78-
<td align="center" width="100">
79-
<a href="https://docs.robusta.dev/master/configuration/alertmanager-integration/azure-managed-prometheus.html">
80-
<img src="./docs/images/integration_logos/aks-icon.png" alt="Azure AKS" width="40">
81-
<br><strong>Azure AKS</strong>
82-
</a>
83-
</td>
84-
<td align="center" width="100">
85-
<a href="https://docs.robusta.dev/master/setup-robusta/openshift.html">
86-
<img src="./docs/images/integration_logos/openshift-icon.png" alt="OpenShift" width="40">
87-
<br><strong>OpenShift</strong>
88-
</a>
89-
</td>
90-
</tr>
91-
<tr>
92-
<td align="center" width="100">
93-
<a href="https://docs.robusta.dev/master/setup-robusta/gitops/argocd.html">
94-
<img src="./docs/images/integration_logos/argocd-icon.png" alt="ArgoCD" width="40">
95-
<br><strong>ArgoCD</strong>
96-
</a>
97-
</td>
98-
<td align="center" width="100">
99-
<a href="https://docs.robusta.dev/master/setup-robusta/gitops/flux.html">
100-
<img src="https://fluxcd.io/img/flux-icon-color.png" alt="Flux" width="40">
101-
<br><strong>Flux</strong>
102-
</a>
103-
</td>
104-
<td align="center" width="100">
105-
<a href="https://docs.robusta.dev/master/setup-robusta/installation/all-in-one-installation.html">
106-
<img src="./docs/images/integration_logos/prometheus-icon.png" alt="All-in-One" width="40">
107-
<br><strong>All-in-One Package</strong>
108-
</a>
109-
</td>
110-
<td align="center" width="100">
111-
<a href="https://docs.robusta.dev/master/setup-robusta/installation/standalone-installation.html">
112-
<img src="./docs/images/integration_logos/kubernetes-icon.png" alt="Standalone" width="40">
113-
<br><strong>Standalone</strong>
114-
</a>
115-
</td>
116-
</tr>
117-
</table> -->
118-
119-
<!-- <p align="right">(<a href="#top">back to top</a>)</p> -->
120-
121-
## 🖥 Free Robusta UI
122-
Take your Kubernetes monitoring to the next level with the [Robusta SaaS platform](https://platform.robusta.dev/signup?utm_source=github&utm_medium=robusta-readme&utm_content=free_robusta_ui_section). Creating an account is free, and includes:
123-
124-
- **AI Assistant**: Solve alerts faster with an AI assistant that highlights relevant observability data
125-
- **Alert Timeline**: View Prometheus alerts across multiple clusters and spot correlations with a powerful timeline view
126-
- **Change Tracking**: Correlate alerts with changes to your infrastructure or applications, with Robusta's automatic change tracking for Kubernetes
127-
128-
<a href="https://www.loom.com/share/89c7e098d9494d79895738e0b06091f0">
129-
<img src="https://cdn.loom.com/sessions/thumbnails/89c7e098d9494d79895738e0b06091f0-f508768968f50b46-full-play.gif">
130-
</a>
131-
13233
## 🔗 Integrations
13334

13435
Robusta integrates with a variety of tools and platforms. Click on any logo to learn more about the integration.
@@ -362,6 +263,108 @@ Robusta integrates with a variety of tools and platforms. Click on any logo to l
362263

363264
<p align="right">(<a href="#top">back to top</a>)</p>
364265

266+
## 🛠️ How it works
267+
268+
Robusta uses rules and AI to take Prometheus alerts and add extra information to them, such as pod logs, relevant graphs, possible remediations, and more.
269+
270+
Here is an example alert in Slack:
271+
272+
![](./docs/images/crash-report.png)
273+
274+
Here is an example remediation action:
275+
276+
![](./docs/images/alert_on_hpa_reached_limit1.png)
277+
278+
[Learn more »](https://docs.robusta.dev/master/how-it-works/index.html)
279+
280+
<p align="right">(<a href="#top">back to top</a>)</p>
281+
282+
## 📒 Installing Robusta
283+
284+
Robusta is installed with Helm. For convenience, we provide a CLI wizard to generate Helm values.
285+
286+
You can install Robusta alongside your existing Prometheus, or as an all-in-one bundle with Robusta and a preconfigured `kube-prometheus-stack`.
287+
288+
To get *even more* out of Robusta, we recommend creating [a free Robusta UI account](#-free-robusta-ui). Learn more below.
289+
290+
[Create a free Robusta UI account »](https://platform.robusta.dev/signup?utm_source=github&utm_medium=robusta-readme&utm_content=installing_robusta_section)
291+
292+
[Installation instructions »](https://docs.robusta.dev/master/setup-robusta/installation/index.html)
293+
294+
295+
<!-- ### 🌩️ Installation Options -->
296+
297+
<!-- <table>
298+
<tr>
299+
<td align="center" width="100">
300+
<a href="https://docs.robusta.dev/master/configuration/alertmanager-integration/eks-managed-prometheus.html">
301+
<img src="./docs/images/integration_logos/eks-icon.png" alt="AWS EKS" width="40">
302+
<br><strong>AWS EKS</strong>
303+
</a>
304+
</td>
305+
<td align="center" width="100">
306+
<a href="https://docs.robusta.dev/master/configuration/alertmanager-integration/google-managed-prometheus.html">
307+
<img src="./docs/images/integration_logos/gke-icon.png" alt="Google GKE" width="40">
308+
<br><strong>Google GKE</strong>
309+
</a>
310+
</td>
311+
<td align="center" width="100">
312+
<a href="https://docs.robusta.dev/master/configuration/alertmanager-integration/azure-managed-prometheus.html">
313+
<img src="./docs/images/integration_logos/aks-icon.png" alt="Azure AKS" width="40">
314+
<br><strong>Azure AKS</strong>
315+
</a>
316+
</td>
317+
<td align="center" width="100">
318+
<a href="https://docs.robusta.dev/master/setup-robusta/openshift.html">
319+
<img src="./docs/images/integration_logos/openshift-icon.png" alt="OpenShift" width="40">
320+
<br><strong>OpenShift</strong>
321+
</a>
322+
</td>
323+
</tr>
324+
<tr>
325+
<td align="center" width="100">
326+
<a href="https://docs.robusta.dev/master/setup-robusta/gitops/argocd.html">
327+
<img src="./docs/images/integration_logos/argocd-icon.png" alt="ArgoCD" width="40">
328+
<br><strong>ArgoCD</strong>
329+
</a>
330+
</td>
331+
<td align="center" width="100">
332+
<a href="https://docs.robusta.dev/master/setup-robusta/gitops/flux.html">
333+
<img src="https://fluxcd.io/img/flux-icon-color.png" alt="Flux" width="40">
334+
<br><strong>Flux</strong>
335+
</a>
336+
</td>
337+
<td align="center" width="100">
338+
<a href="https://docs.robusta.dev/master/setup-robusta/installation/all-in-one-installation.html">
339+
<img src="./docs/images/integration_logos/prometheus-icon.png" alt="All-in-One" width="40">
340+
<br><strong>All-in-One Package</strong>
341+
</a>
342+
</td>
343+
<td align="center" width="100">
344+
<a href="https://docs.robusta.dev/master/setup-robusta/installation/standalone-installation.html">
345+
<img src="./docs/images/integration_logos/kubernetes-icon.png" alt="Standalone" width="40">
346+
<br><strong>Standalone</strong>
347+
</a>
348+
</td>
349+
</tr>
350+
</table> -->
351+
352+
<!-- <p align="right">(<a href="#top">back to top</a>)</p> -->
353+
354+
## 🖥 Free Robusta UI
355+
Take your Kubernetes monitoring to the next level with the [Robusta SaaS platform](https://platform.robusta.dev/signup?utm_source=github&utm_medium=robusta-readme&utm_content=free_robusta_ui_section). Creating an account is free, and includes:
356+
357+
- **AI Assistant**: Solve alerts faster with an AI assistant that highlights relevant observability data
358+
- **Alert Timeline**: View Prometheus alerts across multiple clusters and spot correlations with a powerful timeline view
359+
- **Change Tracking**: Correlate alerts with changes to your infrastructure or applications, with Robusta's automatic change tracking for Kubernetes
360+
361+
<a href="https://www.loom.com/share/89c7e098d9494d79895738e0b06091f0">
362+
<img src="https://cdn.loom.com/sessions/thumbnails/89c7e098d9494d79895738e0b06091f0-f508768968f50b46-full-play.gif">
363+
</a>
364+
365+
<p align="right">(<a href="#top">back to top</a>)</p>
366+
367+
365368
## 📝 Documentation
366369
Interested? Learn more about Robusta.
367370

0 commit comments

Comments
 (0)