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: apps.yaml
+5-5
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ appsInfo:
253
253
- https://apl-docs.net/docs/apps/loki
254
254
- https://grafana.com/docs/loki/latest/
255
255
license: AGPL-3.0
256
-
dependencies: Prometheus, Grafana, Minio (if no external Object Storage is used)
256
+
dependencies: Prometheus, Grafana
257
257
about: Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
258
258
integration: Loki can be activated to aggregate all the container logs on the platform and store them in a storage endpoint of choice (defaults to PVC). When APL is configured in multi-tenancy mode, logs will be split-up between team namespaces and made available for team members only. APL shortcuts can be used to provide selections of logs based on interest.
about: RabbitMQ is the most widely deployed open source message broker.
293
293
integration: APL install the RabbitMQ-Cluster-Kubernetes-Operator, afterwards users can use the RabbitMQ Catalog item to create RabbitMQ-cluster with queues and policies.
294
294
isBeta: true
@@ -311,7 +311,7 @@ appsInfo:
311
311
relatedLinks:
312
312
- https://grafana.com/docs/tempo/latest/
313
313
license: AGPL-3.0
314
-
dependencies: Prometheus, Grafana, Minio (if no external Object Storage is used), Otel
314
+
dependencies: Prometheus, Grafana, Otel
315
315
about: Grafana Tempo is an open source, easy-to-use and high-scale distributed tracing backend. Tempo is cost-efficient, requiring only object storage to operate, and is deeply integrated with Grafana, Prometheus, and Loki.
316
316
integration: APL installs and configures Tempo based on best-practices defaults. By default storage is configured to use the tempo bucket of the local Minio instance. For each team a Grafana agent is installed and configured to enable writes to the Tempo cluster.
317
317
thanos:
@@ -323,7 +323,7 @@ appsInfo:
323
323
- https://apl-docs/docs/apps/thanos
324
324
- https://thanos.io
325
325
license: Apache 2.0
326
-
dependencies: Prometheus, Grafana, Minio (if no external Object Storage is used)
326
+
dependencies: Prometheus, Grafana
327
327
about: Thanos is a tool to set up a Highly Available Prometheus with long-term storage capabilities.
328
328
integration: APL installs and configures Thanos using sidecars ans leverages the central object storage configuration.
329
329
trivy:
@@ -360,6 +360,6 @@ appsInfo:
360
360
- https://velero.io/docs/v1.9/
361
361
- https://velero.io/docs/main/restic/
362
362
license: Apache 2.0
363
-
dependencies: Minio (if no external Object Storage is used)
363
+
dependencies: None
364
364
about: Velero is a tool to back up and restore Kubernetes cluster resources and persistent volumes.
365
365
integration: When enabled, Velero can be used to automatically create backups of APL platform services. Based on the selected provider, APL installs required plug-ins. APL also installs the Restic integration for Velero to back up and restore almost any type of Kubernetes volume.
0 commit comments