You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# advanced/pod-level mode designed for scale, where metrics are aggregated by "local" Pod (source for outgoing traffic, destination for incoming traffic)
Copy file name to clipboardexpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,15 @@ Retina is currently supported in AKS. It has two major features:
24
24
25
25
### Quick Install Guide
26
26
27
-
1. Create a Kubernetes cluster with a minimum of 2 nodes. Retina supports Linux (Ubuntu) and Windows (2019 and 2022) nodes.
28
-
2. Follow steps in [Using Managed Prometheus and Grafana](https://retina.sh/docs/installation/prometheus-azure-managed)
27
+
Prerequisites: Go, Helm
28
+
29
+
1. Clone the repo, then install Retina on your Kubernetes cluster
30
+
31
+
```bash
32
+
make helm-install
33
+
```
34
+
35
+
2. Follow steps in [Using Managed Prometheus and Grafana](https://retina.sh/docs/installation/prometheus-azure-managed) to set up metrics collection and visualization.
0 commit comments