@@ -5,64 +5,63 @@ The following tables provide information about the container images and Helm cha
55* pre-pull container images
66* deploy into an air-gapped Kubernetes cluster
77
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
99[ 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 ) .
1010
1111## Table 1. Container Images
1212
1313This 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:
1515registry/repository/image_name: version
1616
1717| Subsystem| Component | Fully Qualified Container-Image Name (registry/repository/image_name: version )|
1818| ----| ----| ----|
19- | Logging | Fluent Bit | cr.fluentbit.io/fluent/fluent-bit:4.0.2 |
20- | Logging | Elasticsearch Exporter | quay.io/prometheuscommunity/elasticsearch-exporter: v1 .9.0 |
19+ | Logging | [ Fluent Bit] ( https://github.com/fluent/fluent-bit ) | cr.fluentbit.io/fluent/fluent-bit:4.0.2 |
20+ | Logging | [ Elasticsearch Exporter] ( https://github.com/prometheus-community/elasticsearch_exporter ) | quay.io/prometheuscommunity/elasticsearch-exporter: v1 .9.0 |
2121| Logging | initContainer (Fluent Bit, OpenSearch) | docker.io/library/busybox: latest |
22- | Logging | OpenSearch | docker.io/opensearchproject/opensearch:2.19.2 |
23- | Logging | OpenSearch Dashboards| docker.io/opensearchproject/opensearch-dashboards:2.19.2 |
24- | Metrics | Alertmanager | quay.io/prometheus/alertmanager: v0 .28.1 |
25- | Metrics | Grafana | docker.io/grafana/grafana:11.6.1 |
26- | Metrics | Admission Webhook | registry.k8s.io/ingress-nginx/kube-webhook-certgen: v1 .5.2 |
27- | Metrics | Kube State Metrics | registry.k8s.io/kube-state-metrics/kube-state-metrics: v2 .15.0 |
28- | Metrics | Node Exporter | quay.io/prometheus/node-exporter: v1 .9.1 |
29- | Metrics | Prometheus | quay.io/prometheus/prometheus: v3 .2.1 |
30- | Metrics | Prometheus Operator | quay.io/prometheus-operator/prometheus-operator: v0 .81.0 |
31- | Metrics | Configuration Reloader (Alertmanager, Prometheus ) | quay.io/prometheus-operator/prometheus-config-reloader: v0 .81.0 |
32- | Metrics | Prometheus Pushgateway | quay.io/prometheus/pushgateway: v1 .11.1 |
33- | Metrics | Auto-load Sidecars (Grafana ) | quay.io/kiwigrid/k8s-sidecar:1.30.0 |
22+ | Logging | [ OpenSearch] ( https://github.com/opensearch-project/OpenSearch ) | docker.io/opensearchproject/opensearch:2.19.2 |
23+ | Logging | [ OpenSearch Dashboards] ( https://github.com/opensearch-project/OpenSearch-Dashboards ) | docker.io/opensearchproject/opensearch-dashboards:2.19.2 |
24+ | Metrics | [ Alertmanager] ( https://github.com/prometheus/alertmanager ) | quay.io/prometheus/alertmanager: v0 .28.1 |
25+ | Metrics | [ Grafana] ( https://github.com/grafana/grafana ) | docker.io/grafana/grafana:11.6.1 |
26+ | Metrics | [ Admission Webhook] ( https://github.com/kubernetes/ingress-nginx ) | registry.k8s.io/ingress-nginx/kube-webhook-certgen: v1 .5.2 |
27+ | Metrics | [ Kube State Metrics] ( https://github.com/kubernetes/kube-state-metrics ) | registry.k8s.io/kube-state-metrics/kube-state-metrics: v2 .15.0 |
28+ | Metrics | [ Node Exporter] ( https://github.com/prometheus/node_exporter ) | quay.io/prometheus/node-exporter: v1 .9.1 |
29+ | Metrics | [ Prometheus] ( https://github.com/prometheus/prometheus ) | quay.io/prometheus/prometheus: v3 .2.1 |
30+ | Metrics | [ Prometheus Operator] ( https://github.com/prometheus-operator/prometheus-operator ) | quay.io/prometheus-operator/prometheus-operator: v0 .81.0 |
31+ | Metrics | [ Configuration Reloader] ( https://github.com/jimmidyson/configmap-reload ) | quay.io/prometheus-operator/prometheus-config-reloader: v0 .81.0 |
32+ | Metrics | [ Prometheus Pushgateway] ( https://github.com/prometheus/pushgateway ) | quay.io/prometheus/pushgateway: v1 .11.1 |
33+ | Metrics | [ Auto-load Sidecars] ( https://github.com/kiwigrid/k8s-sidecar ) | quay.io/kiwigrid/k8s-sidecar:1.30.0 |
3434| Metrics | OpenShift OAUTH Proxy (Grafana, OpenShift only) | registry.redhat.io/openshift4/ose-oauth-proxy: latest |
35- | Metrics | Tempo | docker.io/grafana/tempo:2.7.0 |
35+ | Metrics | [ Tempo] ( https://github.com/grafana/tempo ) | docker.io/grafana/tempo:2.7.0 |
3636
3737## Table 2. Helm Chart Repositories
3838This table identifies the Helm repositories that contain the Helm charts used by SAS Viya Monitoring for Kubernetes.
3939These repositories must be made available to Helm in your environment. Use the ` helm repo add ` command.
4040
4141| Subsystem | Component | Helm Repository | Helm Repository URL |
4242| --| --| --| --|
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 |
4747
4848## Table 3. Helm Chart Information
4949This table identifies the Helm charts used by SAS Viya Monitoring for Kubernetes.
5050
5151| Subsystem | Component | Helm Chart Repository | Helm Chart Name | Helm Chart Version | Helm Archive File Name|
5252| --| --| --| --| --| --|
53- | Logging | Elasticsearch Exporter| prometheus-community | prometheus-elasticsearch-exporter | 6.7.2 | prometheus-community/prometheus-elasticsearch-exporter-6.7.2.tgz |
54- | Logging | Fluent Bit| fluent | fluent-bit | 0.49.0 | fluent/fluent-bit-0.49.0.tgz |
55- | Logging | OpenSearch| opensearch | opensearch | 2.34.0 | opensearch/opensearch-2.34.0.tgz |
56- | Logging | OpenSearch Dashboard | opensearch | opensearch-dashboards | 2.30.0 | opensearch/opensearch-dashboards-2.30.0.tgz |
57- | Metrics | Grafana (on OpenShift)| grafana | grafana | 8.13.1 | grafana/grafana-8.13.1.tgz |
58- | Metrics | Kube Prometheus Stack| prometheus-community | kube-prometheus-stack | 70.8.0 | prometheus-community/kube-prometheus-stack-70.8.0.tgz |
59- | Metrics | Prometheus Pushgateway| prometheus-community | prometheus-pushgateway | 3.1.0 | prometheus-community/prometheus-pushgateway-3.1.0.tgz |
60- | Metrics | Tempo | grafana | tempo | 1.18.1 | grafana/tempo-1.18.1.tgz |
53+ | Logging | [ Elasticsearch Exporter] ( https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter ) | prometheus-community | prometheus-elasticsearch-exporter | 6.7.2 | prometheus-community/prometheus-elasticsearch-exporter-6.7.2.tgz |
54+ | Logging | [ Fluent Bit] ( https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit ) | fluent | fluent-bit | 0.49.0 | fluent/fluent-bit-0.49.0.tgz |
55+ | Logging | [ OpenSearch] ( https://github.com/opensearch-project/helm-charts/tree/main/charts/opensearch ) | opensearch | opensearch | 2.34.0 | opensearch/opensearch-2.34.0.tgz |
56+ | Logging | [ OpenSearch Dashboards ] ( https://github.com/opensearch-project/helm-charts/tree/main/charts/opensearch-dashboards ) | opensearch | opensearch-dashboards | 2.30.0 | opensearch/opensearch-dashboards-2.30.0.tgz |
57+ | Metrics | [ Grafana (on OpenShift) ] ( https://github.com/grafana/helm-charts/tree/main/charts/grafana ) | grafana | grafana | 8.13.1 | grafana/grafana-8.13.1.tgz |
58+ | Metrics | [ Kube Prometheus Stack] ( https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack ) | prometheus-community | kube-prometheus-stack | 70.8.0 | prometheus-community/kube-prometheus-stack-70.8.0.tgz |
59+ | Metrics | [ Prometheus Pushgateway] ( https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-pushgateway ) | prometheus-community | prometheus-pushgateway | 3.1.0 | prometheus-community/prometheus-pushgateway-3.1.0.tgz |
60+ | Metrics | [ Tempo] ( https://github.com/grafana/helm-charts/tree/main/charts/tempo ) | grafana | tempo | 1.18.1 | grafana/tempo-1.18.1.tgz |
6161
6262## Table 4. Miscellaneous Component Version Information
6363This table provides version information for some miscellaneous components deployed by SAS Viya Monitoring for Kubernetes.
6464
6565| Component | Version | Project Repository | Notes |
6666| --| --| --| --|
6767| OpenSearch Datasource Plugin (Grafana) | 2.26.1 | https://github.com/grafana/opensearch-datasource/releases | Allows Grafana to surface log messages stored in OpenSearch |
68-
0 commit comments