@@ -5,64 +5,63 @@ The following tables provide information about the container images and Helm cha
5
5
* pre-pull container images
6
6
* deploy into an air-gapped Kubernetes cluster
7
7
8
- **Note:** For more information about deploying in an air-gapped environment, refer to
8
+ **Note:** For more information about deploying in an air-gapped environment, refer to
9
9
[Configure SAS Viya Monitoring for Kubernetes for an Air-Gapped Environment](https://documentation.sas.com/?cdcId=obsrvcdc&cdcVersion=v_003&docsetId=obsrvdply&docsetTarget=n0auhd4hutsf7xn169hfvriysz4e.htm#n0grd8g2pkfglin12bzm3g1oik2p).
10
10
11
11
## Table 1. Container Images
12
12
13
13
This table provides the fully qualified container-image names for the components of SAS Viya Monitoring for Kubernetes.
14
- These names use the following format:
14
+ These names use the following format:
15
15
registry/repository/image_name:version
16
16
17
17
| Subsystem| Component | Fully Qualified Container-Image Name (registry/repository/image_name:version)|
18
18
|----|----|----|
19
- | Logging | Fluent Bit | __FB_FULL_IMAGE__ |
20
- | Logging | Elasticsearch Exporter | __ES_EXPORTER_FULL_IMAGE__ |
19
+ | Logging | [ Fluent Bit](https://github.com/fluent/fluent-bit) | __FB_FULL_IMAGE__ |
20
+ | Logging | [ Elasticsearch Exporter](https://github.com/prometheus-community/elasticsearch_exporter) | __ES_EXPORTER_FULL_IMAGE__ |
21
21
| Logging | initContainer (Fluent Bit, OpenSearch) | __OS_SYSCTL_FULL_IMAGE__ |
22
- | Logging | OpenSearch | __OS_FULL_IMAGE__ |
23
- | Logging | OpenSearch Dashboards| __OSD_FULL_IMAGE__ |
24
- | Metrics | Alertmanager | __ALERTMANAGER_FULL_IMAGE__ |
25
- | Metrics | Grafana | __GRAFANA_FULL_IMAGE__ |
26
- | Metrics | Admission Webhook | __ADMWEBHOOK_FULL_IMAGE__ |
27
- | Metrics | Kube State Metrics | __KSM_FULL_IMAGE__ |
28
- | Metrics | Node Exporter | __NODEXPORT_FULL_IMAGE__ |
29
- | Metrics | Prometheus | __PROMETHEUS_FULL_IMAGE__ |
30
- | Metrics | Prometheus Operator | __PROMOP_FULL_IMAGE__ |
31
- | Metrics | Configuration Reloader (Alertmanager, Prometheus ) | __CONFIGRELOAD_FULL_IMAGE__ |
32
- | Metrics | Prometheus Pushgateway | __PUSHGATEWAY_FULL_IMAGE__ |
33
- | Metrics | Auto-load Sidecars (Grafana ) | __GRAFANA_SIDECAR_FULL_IMAGE__ |
22
+ | Logging | [ OpenSearch](https://github.com/opensearch-project/OpenSearch) | __OS_FULL_IMAGE__ |
23
+ | Logging | [ OpenSearch Dashboards](https://github.com/opensearch-project/OpenSearch-Dashboards) | __OSD_FULL_IMAGE__ |
24
+ | Metrics | [ Alertmanager](https://github.com/prometheus/alertmanager) | __ALERTMANAGER_FULL_IMAGE__ |
25
+ | Metrics | [ Grafana](https://github.com/grafana/grafana) | __GRAFANA_FULL_IMAGE__ |
26
+ | Metrics | [ Admission Webhook](https://github.com/kubernetes/ingress-nginx) | __ADMWEBHOOK_FULL_IMAGE__ |
27
+ | Metrics | [ Kube State Metrics](https://github.com/kubernetes/kube-state-metrics) | __KSM_FULL_IMAGE__ |
28
+ | Metrics | [ Node Exporter](https://github.com/prometheus/node_exporter) | __NODEXPORT_FULL_IMAGE__ |
29
+ | Metrics | [ Prometheus](https://github.com/prometheus/prometheus) | __PROMETHEUS_FULL_IMAGE__ |
30
+ | Metrics | [ Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator) | __PROMOP_FULL_IMAGE__ |
31
+ | Metrics | [ Configuration Reloader](https://github.com/jimmidyson/configmap-reload ) | __CONFIGRELOAD_FULL_IMAGE__ |
32
+ | Metrics | [ Prometheus Pushgateway](https://github.com/prometheus/pushgateway) | __PUSHGATEWAY_FULL_IMAGE__ |
33
+ | Metrics | [ Auto-load Sidecars](https://github.com/kiwigrid/k8s-sidecar ) | __GRAFANA_SIDECAR_FULL_IMAGE__ |
34
34
| Metrics | OpenShift OAUTH Proxy (Grafana, OpenShift only) | __OPENSHIFT_OAUTHPROXY_FULL_IMAGE__ |
35
- | Metrics | Tempo | __TEMPO_FULL_IMAGE__ |
35
+ | Metrics | [ Tempo](https://github.com/grafana/tempo) | __TEMPO_FULL_IMAGE__ |
36
36
37
37
## Table 2. Helm Chart Repositories
38
38
This table identifies the Helm repositories that contain the Helm charts used by SAS Viya Monitoring for Kubernetes.
39
39
These repositories must be made available to Helm in your environment. Use the `helm repo add` command.
40
40
41
41
| Subsystem | Component | Helm Repository | Helm Repository URL |
42
42
|--|--|--|--|
43
- | Logging | Fluent Bit | fluent | https://fluent.github.io/helm-charts |
44
- | Logging | OpenSearch and OpenSearch Dashboards | opensearch | https://opensearch-project.github.io/helm-charts |
45
- | Metrics | Grafana | grafana | https://grafana.github.io/helm-charts |
46
- | Both | Several (including Prometheus, Kube Prometheus Stack, Prometheus Pushgateway and Elasticsearch Exporter ) | prometheus-community | https://prometheus-community.github.io/helm-charts |
43
+ | Logging | [ Fluent Bit](https://github.com/fluent/helm-charts) | fluent | https://fluent.github.io/helm-charts |
44
+ | Logging | [ OpenSearch and OpenSearch Dashboards](https://github.com/opensearch-project/helm-charts) | opensearch | https://opensearch-project.github.io/helm-charts |
45
+ | Metrics | [ Grafana](https://github.com/grafana/helm-charts) | grafana | https://grafana.github.io/helm-charts |
46
+ | Both | [ Prometheus Community](https://github.com/prometheus-community/helm-charts ) | prometheus-community | https://prometheus-community.github.io/helm-charts |
47
47
48
48
## Table 3. Helm Chart Information
49
49
This table identifies the Helm charts used by SAS Viya Monitoring for Kubernetes.
50
50
51
51
| Subsystem | Component | Helm Chart Repository | Helm Chart Name |Helm Chart Version | Helm Archive File Name|
52
52
|--|--|--|--|--|--|
53
- | Logging | Elasticsearch Exporter| __ESEXPORTER_HELM_CHART_REPO__ | __ESEXPORTER_HELM_CHART_NAME__ | __ESEXPORTER_HELM_CHART_VERSION__ | __ESEXPORTER_HELM_CHART_ARCHIVE__ |
54
- | Logging | Fluent Bit| __FLUENTBIT_HELM_CHART_REPO__ | __FLUENTBIT_HELM_CHART_NAME__ | __FLUENTBIT_HELM_CHART_VERSION__ | __FLUENTBIT_HELM_CHART_ARCHIVE__ |
55
- | Logging | OpenSearch| __OPENSEARCH_HELM_CHART_REPO__ | __OPENSEARCH_HELM_CHART_NAME__ | __OPENSEARCH_HELM_CHART_VERSION__ | __OPENSEARCH_HELM_CHART_ARCHIVE__ |
56
- | Logging | OpenSearch Dashboard | __OSD_HELM_CHART_REPO__ | __OSD_HELM_CHART_NAME__ | __OSD_HELM_CHART_VERSION__ | __OSD_HELM_CHART_ARCHIVE__ |
57
- | Metrics | Grafana (on OpenShift)| __OPENSHIFT_GRAFANA_CHART_REPO__ | __OPENSHIFT_GRAFANA_CHART_NAME__ | __OPENSHIFT_GRAFANA_CHART_VERSION__ | __OPENSHIFT_GRAFANA_CHART_ARCHIVE__ |
58
- | Metrics | Kube Prometheus Stack| __KUBE_PROM_STACK_CHART_REPO__ | __KUBE_PROM_STACK_CHART_NAME__ | __KUBE_PROM_STACK_CHART_VERSION__ | __KUBE_PROM_STACK_CHART_ARCHIVE__ |
59
- | Metrics | Prometheus Pushgateway| __PUSHGATEWAY_CHART_REPO__ | __PUSHGATEWAY_CHART_NAME__ | __PUSHGATEWAY_CHART_VERSION__ | __PUSHGATEWAY_CHART_ARCHIVE__ |
60
- | Metrics | Tempo | __TEMPO_CHART_REPO__ | __TEMPO_CHART_NAME__ | __TEMPO_CHART_VERSION__ | __TEMPO_CHART_ARCHIVE__ |
53
+ | Logging | [ Elasticsearch Exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter) | __ESEXPORTER_HELM_CHART_REPO__ | __ESEXPORTER_HELM_CHART_NAME__ | __ESEXPORTER_HELM_CHART_VERSION__ | __ESEXPORTER_HELM_CHART_ARCHIVE__ |
54
+ | Logging | [ Fluent Bit](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit) | __FLUENTBIT_HELM_CHART_REPO__ | __FLUENTBIT_HELM_CHART_NAME__ | __FLUENTBIT_HELM_CHART_VERSION__ | __FLUENTBIT_HELM_CHART_ARCHIVE__ |
55
+ | Logging | [ OpenSearch](https://github.com/opensearch-project/helm-charts/tree/main/charts/opensearch) | __OPENSEARCH_HELM_CHART_REPO__ | __OPENSEARCH_HELM_CHART_NAME__ | __OPENSEARCH_HELM_CHART_VERSION__ | __OPENSEARCH_HELM_CHART_ARCHIVE__ |
56
+ | Logging | [ OpenSearch Dashboards](https://github.com/opensearch-project/helm-charts/tree/main/charts/opensearch-dashboards) | __OSD_HELM_CHART_REPO__ | __OSD_HELM_CHART_NAME__ | __OSD_HELM_CHART_VERSION__ | __OSD_HELM_CHART_ARCHIVE__ |
57
+ | Metrics | [ Grafana (on OpenShift)](https://github.com/grafana/helm-charts/tree/main/charts/grafana )| __OPENSHIFT_GRAFANA_CHART_REPO__ | __OPENSHIFT_GRAFANA_CHART_NAME__ | __OPENSHIFT_GRAFANA_CHART_VERSION__ | __OPENSHIFT_GRAFANA_CHART_ARCHIVE__ |
58
+ | Metrics | [ Kube Prometheus Stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) | __KUBE_PROM_STACK_CHART_REPO__ | __KUBE_PROM_STACK_CHART_NAME__ | __KUBE_PROM_STACK_CHART_VERSION__ | __KUBE_PROM_STACK_CHART_ARCHIVE__ |
59
+ | Metrics | [ Prometheus Pushgateway](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway) | __PUSHGATEWAY_CHART_REPO__ | __PUSHGATEWAY_CHART_NAME__ | __PUSHGATEWAY_CHART_VERSION__ | __PUSHGATEWAY_CHART_ARCHIVE__ |
60
+ | Metrics | [ Tempo](https://github.com/grafana/helm-charts/tree/main/charts/tempo) | __TEMPO_CHART_REPO__ | __TEMPO_CHART_NAME__ | __TEMPO_CHART_VERSION__ | __TEMPO_CHART_ARCHIVE__ |
61
61
62
62
## Table 4. Miscellaneous Component Version Information
63
63
This table provides version information for some miscellaneous components deployed by SAS Viya Monitoring for Kubernetes.
64
64
65
65
| Component | Version | Project Repository | Notes |
66
66
|--|--|--|--|
67
67
| OpenSearch Datasource Plugin (Grafana) | __GRAFANA_DATASOURCE_PLUGIN_VERSION__ | https://github.com/grafana/opensearch-datasource/releases |Allows Grafana to surface log messages stored in OpenSearch |
68
-
0 commit comments