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
Copy file name to clipboardExpand all lines: docs/deploy-coe-with-prometheus.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,17 @@ You can deploy Citrix ADC Observability Exporter using the YAML file. Based on y
14
14
15
15
- Ensure that you have a Kubernetes cluster with kube-dns or CoreDNS addon enabled.
16
16
17
+
Deploying Citrix ADC Observability Exporter with the Prometheus endpoint includes the following tasks:
18
+
19
+
- Deploy a sample application
20
+
- Deploy Citrix ADC CPX with support enabled for Citrix ADC Observability Exporter
21
+
- Deploy Prometheus and Grafana using YAML files
22
+
- Deploy Citrix ADC Observability Exporter using the YAML file
23
+
- Configure Citrix ADC to export metrics (optional)
24
+
- Configure Prometheus (optional) to pull telemetry data
25
+
- Configure Grafana
26
+
- Create Grafana visualization
27
+
17
28
### Deploy a sample application
18
29
19
30
The following is an example procedure for deploying a sample webserver application.
@@ -38,7 +49,7 @@ The following is an example procedure for deploying a sample webserver applicati
38
49
39
50
For more information about Annotations, see [Ingress annotations help](https://github.com/citrix/citrix-k8s-ingress-controller/blob/666d6267e5b09683740528c5e8dd46f16d7d16e0/docs/configure/annotations.md).
40
51
41
-
### Deploy Citrix ADC CPX with the Citrix ADC Observability Exporter support
52
+
### Deploy Citrix ADC CPX with support enabled for Citrix ADC Observability Exporter
42
53
43
54
You can deploy Citrix ADC CPX as a side car with the Citrix ADC Observability Exporter support enabled along with Citrix ingress controller. You can modify the Citrix ADC CPX YAML file `cpx-ingress-es.yaml` to include the configuration information that is required for the Citrix ADC Observability Exporter support.
0 commit comments