https://github.com/linode/apl-charts
App Platform for LKE - Catalog Helm charts
https://github.com/linode/apl-charts
Last synced: 4 months ago
JSON representation
App Platform for LKE - Catalog Helm charts
- Host: GitHub
- URL: https://github.com/linode/apl-charts
- Owner: linode
- License: apache-2.0
- Created: 2023-03-19T20:21:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T13:37:55.000Z (6 months ago)
- Last Synced: 2026-02-11T01:36:16.020Z (4 months ago)
- Language: Mustache
- Homepage:
- Size: 1.6 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Akamai App Platform curated Helm charts
This repository contains a set of curated Helm charts that are available in the Akamai App Platform Catalog.
## k8s-deployment
The `k8s-deployment` Helm chart can be used to create a Kubernetes `Deployment` (to deploy a single image), a `Service` and a `ServiceAccount`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` can be created.
## k8s-deployment-otel
The `k8s-deployment-otel` Helm chart can be used to create a Kubernetes `Deployment` (to deploy a single image), a `Service`, a `ServiceAccount` and an `Instrumentation` resource. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` can be created.
## k8s-deployments-canary
The `k8s-deployments-canary` Helm chart can be used to create 2 Kubernetes `Deployments` (to deploy 2 versions of an image), a `Service` and a `ServiceAccount` resource. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` (for each version) can be created.
## knative-service
The `knative-service` Helm chart can be used to create a Knative `Service` (to deploy a single image), a `Service` and a `ServiceAccount`. Optionally a Prometheus `ServiceMonitor` can be created.
## postgresql-cluster
The `postgresql-cluster` Helm chart can be used to create a cloudnativepg PostgreSQL `Cluster`. Optionally a Prometheus `PodMonitor` and a `Configmap` (for adding a postgresql dashboard to Grafana) can be created.
## pgvector-cluster
The `postgresql-cluster` Helm chart can be used to create a cloudnativepg PostgreSQL `Cluster` with the pgvector extension for AI/ML vector workloads.
## redis-cluster
The `redis-cluster` Helm chart can be used to create a Redis master-replica cluster.
## rabbitmq-cluster
The `rabbitmq-cluster` Helm chart can be used to create a `RabbitmqCluster`, `queues` and `Policy`s.
Using the `rabbitmq-cluster` Helm chart requires `RabbitMQ` to be enabled by a platform administrator.