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: src/openapi/api.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ servers:
10
10
11
11
externalDocs:
12
12
description: 'This is the base url of the external documentation'
13
-
url: https://apl-docs.net/ #Using this URL a final docUrl can be made using this+info.version+ the component's x-externalDocsPath
13
+
url: https://techdocs.akamai.com/app-platform/docs/ #Using this URL a final docUrl can be made using this+info.version+ the component's x-externalDocsPath
about: Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of de-duplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. Alertmanager also takes care of silencing and inhibition of alerts.
about: Cert-manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates. It can issue certificates from a variety of supported sources, including Let's Encrypt, HashiCorp Vault, and Venafi as well as private PKI, and it ensures certificates remain valid and up to date, attempting to renew certificates at an appropriate time before expiry.
@@ -51,7 +48,6 @@ appsInfo:
51
48
repo: https://github.com/harness/drone
52
49
maintainers: Harness
53
50
relatedLinks:
54
-
- https://apl-docs.net/docs/apps/drone
55
51
- https://www.drone.io/
56
52
license: Apache 2.0
57
53
about: Drone is a continuous delivery system built on container technology. Drone uses a simple YAML build file, to define and execute build pipelines inside Docker containers.
about: External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
@@ -102,7 +96,6 @@ appsInfo:
102
96
repo: https://github.com/falcosecurity/falco
103
97
maintainers: The Falco Authors
104
98
relatedLinks:
105
-
- https://apl-docs.net/docs/apps/falco
106
99
- https://falco.org/docs
107
100
license: Apache 2.0
108
101
dependencies: None. Prometheus and Grafana are adviced
dependencies: None. Prometheus and Grafana are adviced.
@@ -126,7 +118,6 @@ appsInfo:
126
118
repo: https://github.com/go-gitea/gitea
127
119
maintainers: Gitea
128
120
relatedLinks:
129
-
- https://apl-docs.net/docs/apps/gitea
130
121
- https://docs.gitea.io/en-us/
131
122
license: MIT
132
123
about: Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork.
about: ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.
176
166
integration: Otomi integrated ingress-nginx into an advanced ingress architecture.
@@ -180,7 +170,6 @@ appsInfo:
180
170
repo: https://github.com/istio/istio
181
171
maintainers: Istio
182
172
relatedLinks:
183
-
- https://apl-docs.net/docs/apps/istio
184
173
- https://istio.io/
185
174
license: Apache 2.0
186
175
about: Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform.
@@ -192,7 +181,6 @@ appsInfo:
192
181
repo: https://github.com/jaegertracing/jaeger
193
182
maintainers: CNCF
194
183
relatedLinks:
195
-
- https://apl-docs.net/docs/apps/jaeger
196
184
- https://www.jaegertracing.io/docs/1.37/
197
185
license: Apache 2.0
198
186
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.
@@ -203,7 +191,6 @@ appsInfo:
203
191
repo: https://github.com/keycloak/keycloak
204
192
maintainers: Keycloak
205
193
relatedLinks:
206
-
- https://apl-docs.net/docs/apps/keycloak
207
194
- https://www.keycloak.org/documentation.html
208
195
license: Apache 2.0
209
196
about: Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
@@ -226,7 +213,6 @@ appsInfo:
226
213
repo: https://github.com/knative/serving
227
214
maintainers: Knative
228
215
relatedLinks:
229
-
- https://apl-docs.net/docs/apps/knative
230
216
- https://knative.dev/docs/serving/
231
217
license: Apache 2.0
232
218
about: Knative Serving builds on Kubernetes to support deploying and serving of applications and functions as serverless containers. Serving is easy to get started with and scales to support advanced scenarios.
@@ -237,7 +223,6 @@ appsInfo:
237
223
repo: https://github.com/kyverno/kyverno
238
224
maintainers: Knative
239
225
relatedLinks:
240
-
- https://apl-docs.net/docs/apps/kyverno
241
226
- https://kyverno.io/docs/kyverno-policies/
242
227
license: Apache 2.0
243
228
about: Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are Kubernetes resources and do not require learning a new language.
@@ -247,7 +232,6 @@ appsInfo:
247
232
repo: https://github.com/kubereboot/kured
248
233
maintainers: Kured project
249
234
relatedLinks:
250
-
- https://apl-docs.net/docs/apps/kured
251
235
- https://kured.dev/
252
236
license: Apache 2.0
253
237
about: Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS.
dependencies: Prometheus, Grafana, Minio (if no external Object Storage is used)
@@ -285,7 +267,6 @@ appsInfo:
285
267
repo: https://github.com/minio/minio
286
268
maintainers: Minio
287
269
relatedLinks:
288
-
- https://apl-docs.net/docs/apps/minio
289
270
- https://minio.io/
290
271
license: Apache 2.0
291
272
dependencies: None
@@ -297,7 +278,6 @@ appsInfo:
297
278
repo: https://github.com/prometheus/prometheus
298
279
maintainers: Prometheus
299
280
relatedLinks:
300
-
- https://apl-docs.net/docs/apps/prometheus
301
281
- https://prometheus.io/
302
282
license: Apache 2.0
303
283
about: Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
0 commit comments