Skip to content

Commit c1ec6ad

Browse files
ferruhcihanotomi-admin
andauthored
feat: add deprecated labels for Jaeger, Falco, Httpbin and Kiali apps (#2421)
Co-authored-by: otomi-admin <[email protected]>
1 parent d4a8c0a commit c1ec6ad

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

apps.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ appsInfo:
6464
dependencies: None. Prometheus and Grafana are adviced
6565
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.
6666
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
6774
gitea:
6875
title: Gitea Self-hosted GIT
6976
appVersion: 1.23.8
@@ -106,6 +113,13 @@ appsInfo:
106113
license: ISC
107114
about: HTTP Request & Response Service
108115
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
109123
ingress-nginx:
110124
title: Ingress-NGINX
111125
appVersion: 1.11.6
@@ -138,6 +152,13 @@ appsInfo:
138152
license: Apache 2.0
139153
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.
140154
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
141162
keycloak:
142163
title: Keycloak Operator
143164
appVersion: 26.2.4
@@ -161,6 +182,13 @@ appsInfo:
161182
about: Kiali is a management console for Istio to manage, visualize, validate and troubleshoot the service mesh.
162183
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.
163184
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
164192
knative:
165193
title: Knative Operator
166194
appVersion: 1.18.1

0 commit comments

Comments
 (0)