Skip to content

Commit bf712c5

Browse files
authored
fix: rm kfp (#32)
* fix: rm kfp and spin * fix: rm kfp and spin icons
1 parent 65ee901 commit bf712c5

76 files changed

Lines changed: 17 additions & 3820 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,34 @@
1-
# Application Platform for LKE Catalog curated Helm charts
1+
# Akamai App Platform curated Helm charts
22

33
This repository contains a set of curated Helm charts that are available in the Akamai App Platform Catalog.
44

5-
## Team Helm charts
5+
## k8s-deployment
66

7-
The following Helm charts are added to the Catalog and are available for Teams:
7+
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.
88

9-
### Quick start for creating a K8s Deployment with Open Telemetry Instrumentation
9+
## k8s-deployment-otel
1010

11-
The `k8s-deployment-otel` Helm chart can be used to create a Kubernetes `Deployment` (to deploy a single image), a `Service`, a `ServiceAccount`, an `OpenTelemetryCollector` and an `Instrumentation`. Optionally a `HorizontalPodAutoscaler`, a Prometheus `ServiceMonitor` and a `Configmap` can be created.
11+
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.
1212

13-
### Quick start for creating a Knative Service
13+
## k8s-deployments-canary
14+
15+
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.
16+
17+
## knative-service
1418

1519
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.
1620

17-
### Quick start for creating a PostgreSQL cluster
21+
## postgresql-cluster
1822

1923
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.
2024

21-
### Quick start for creating a Redis master-replica cluster
25+
## redis-cluster
2226

2327
The `redis-cluster` Helm chart can be used to create a Redis master-replica cluster.
2428

25-
### Quick start for creating a RabbitMQ cluster
26-
27-
The `rabbitmq-cluster` Helm chart can be used to create a RabbitMQ `cluster` with `queues` and `policies`.
28-
29-
## Platform Helm charts
30-
31-
The following Helm charts are added to the Catalog and are only available for `platform-admins` using the `team-admin`:
32-
33-
### KubeFlow Pipelines Cluster Resources
34-
35-
The `kfp-cluster-resources` Helm chart can be used to install the KubeFlow Pipelines CRDs.
29+
## rabbitmq-cluster
3630

37-
### Kubeflow Pipelines
31+
The `rabbitmq-cluster` Helm chart can be used to create a `RabbitmqCluster`, `queues` and `Policy`s.
3832

39-
The `kubeflow-pipelines` Helm chart can be used to install KubeFlow Pipelines in any Team.
33+
Using the `rabbitmq-cluster` Helm chart requires `RabbitMQ` to be enabled by a platform administrator.
4034

icons/kubeflow.png

-14.5 KB
Binary file not shown.

icons/kwasm.png

-381 KB
Binary file not shown.

icons/spinkube.png

-37.8 KB
Binary file not shown.

kfp-cluster-resources/Chart.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

kfp-cluster-resources/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)