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
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,13 @@ appsInfo:
64
64
dependencies: None. Prometheus and Grafana are adviced
65
65
about: Falco is an open source cloud native runtime security tool that makes it easy to consume kernel events, and enrich those events with information from Kubernetes. Falco has a rich set of security rules specifically built for Kubernetes and Linux. If a rule is violated in a system, Falco will send an alert notifying the user of the violation and its severity.
66
66
integration: Falco can be enabled in APL for runtime intrusion detection. Macros have been configured to exclude all known platform violations so platform admins are only notified when user workloads are not compliant to the security rules. Alerts are automatically send using Alertmanager and the Falco Dashboard is added to Grafana.
67
+
isDeprecated: true
68
+
deprecationInfo:
69
+
message: Falco runtime security monitoring is being deprecated.
70
+
reasons:
71
+
- This security tool requires is not cloud agnostic.
72
+
options:
73
+
- Click 'I understand' to continue using Falco dashboard
67
74
gitea:
68
75
title: Gitea Self-hosted GIT
69
76
appVersion: 1.23.8
@@ -106,6 +113,13 @@ appsInfo:
106
113
license: ISC
107
114
about: HTTP Request & Response Service
108
115
integration: Httpbin is by default available for developers to use.
116
+
isDeprecated: true
117
+
deprecationInfo:
118
+
message: Httpbin testing service is being deprecated.
119
+
reasons:
120
+
- This diagnostic tool is not essential to deliver platform capabilities.
121
+
options:
122
+
- Click 'I understand' to continue using Httpbin service
109
123
ingress-nginx:
110
124
title: Ingress-NGINX
111
125
appVersion: 1.11.6
@@ -138,6 +152,13 @@ appsInfo:
138
152
license: Apache 2.0
139
153
about: Jaeger is a distributed tracing platform. It can be used for monitoring microservices-based distributed systems. As on-the-ground microservice practitioners are quickly realizing, the majority of operational problems that arise when moving to a distributed architecture are ultimately grounded in networking and observability. It is simply an orders of magnitude larger problem to network and debug a set of intertwined distributed services versus a single monolithic application.
140
154
integration: Jaeger can be activated to gain tracing insights on its network traffic. It runs in anonymous mode and each authenticated user is given the same authorization, allowing them to see everything.
155
+
isDeprecated: true
156
+
deprecationInfo:
157
+
message: Jaeger distributed tracing is being deprecated.
158
+
reasons:
159
+
- This tracing tool duplicates functionality provided by Tempo.
160
+
options:
161
+
- Click 'I understand' to continue using Jaeger dashboard
141
162
keycloak:
142
163
title: Keycloak Operator
143
164
appVersion: 26.2.4
@@ -161,6 +182,13 @@ appsInfo:
161
182
about: Kiali is a management console for Istio to manage, visualize, validate and troubleshoot the service mesh.
162
183
integration: Kiali can be activated to gain observability insights on its network traffic. Kiali runs in anonymous mode and each authenticated user is given the same authorization, allowing them to see everything.
163
184
chartName: kiali-operator
185
+
isDeprecated: true
186
+
deprecationInfo:
187
+
message: Kiali service mesh visualization is being deprecated.
188
+
reasons:
189
+
- This diagnostic tool is not essential to deliver platform capabilities.
190
+
options:
191
+
- Click 'I understand' to continue using Kiali dashboard
0 commit comments