|
2 | 2 |
|
3 | 3 | A collection of Kubernetes-native packages based on [Carvel](https://carvel.dev) and part of the Kadras project. |
4 | 4 |
|
5 | | -## Components |
6 | | - |
7 | | -This repository contains the Carvel packages part of the Kadras project. |
8 | | - |
9 | | -The following packages are maintained by the [Arktonix](https://github.com/arktonix) organization: |
10 | | - |
11 | | -* [application-platform](https://github.com/arktonix/kadras-application-platform) |
12 | | -* [argo-cd](https://github.com/arktonix/package-for-argo-cd) |
13 | | -* [cartographer-blueprints](https://github.com/arktonix/cartographer-blueprints) |
14 | | -* [cartographer-delivery](https://github.com/arktonix/cartographer-delivery) |
15 | | -* [cartographer-golden-path-web](https://github.com/arktonix/cartographer-golden-path-web) |
16 | | -* [contour](https://github.com/arktonix/package-for-contour) |
17 | | -* [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller) |
18 | | -* [knative-eventing](https://github.com/arktonix/package-for-knative-eventing) |
19 | | -* [knative-serving](https://github.com/arktonix/package-for-knative-serving) |
20 | | -* [kpack-dependencies](https://github.com/arktonix/kpack-dependencies) |
21 | | -* [metrics-server](https://github.com/arktonix/package-for-metrics-server) |
22 | | -* [namespace-setup](https://github.com/arktonix/namespace-setup) |
23 | | -* [spring-boot-conventions](https://github.com/arktonix/package-for-spring-boot-conventions) |
24 | | -* [tekton-pipelines](https://github.com/arktonix/package-for-tekton-pipelines) |
25 | | - |
26 | | -It also includes the following open-source packages maintained by the [VMware Tanzu](https://github.com/vmware-tanzu) organization: |
27 | | - |
28 | | -* [cartographer](https://github.com/vmware-tanzu/package-for-cartographer) |
29 | | -* [cert-manager](https://github.com/vmware-tanzu/community-edition/tree/main/addons/packages/cert-manager) |
30 | | -* [kpack](https://github.com/vmware-tanzu/package-for-kpack) |
31 | | -* [secretgen-controller](https://github.com/vmware-tanzu/carvel-secretgen-controller) |
| 5 | +## Package Repository |
| 6 | + |
| 7 | +This repository contains the Carvel packages part of the [Kadras](https://kadras.io) project. |
| 8 | + |
| 9 | +| Package | Description | |
| 10 | +|---------|-------------| |
| 11 | +| [application-platform](https://github.com/arktonix/kadras-application-platform) | A curated collection of packages to build an application platform or internal developer platform (IDP) on Kubernetes. | |
| 12 | +| [argo-cd](https://github.com/arktonix/package-for-argo-cd) | A declarative and GitOps continuous delivery tool for Kubernetes. | |
| 13 | +| [cartographer](https://github.com/vmware-tanzu/package-for-cartographer) | A framework to build paved paths to production using your favourite cloud-native tools. Maintained by [VMware Tanzu](https://github.com/vmware-tanzu). | |
| 14 | +| [cartographer-blueprints](https://github.com/arktonix/cartographer-blueprints) | A curated set of reusable blueprints for Cartographer, a Kubernetes-native framework to build paved paths to production. | |
| 15 | +| [cartographer-delivery](https://github.com/arktonix/cartographer-delivery) | A curated set of Cartographer delivery chains to deploy workloads to Kubernetes based on GitOps or RegistryOps. | |
| 16 | +| [cartographer-golden-path-web](https://github.com/arktonix/cartographer-golden-path-web) | A curated set of Cartographer supply chains to build golden paths to production for web applications and functions, from source code to delivery in a Kubernetes cluster. | |
| 17 | +| [cert-manager](https://github.com/arktonix/package-for-cert-manager) | Cloud-native solution to automatically provision and manage TLS certificates in Kubernetes. | |
| 18 | +| [contour](https://github.com/arktonix/package-for-contour) | An Envoy-based ingress controller that supports dynamic configuration updates and multi-team ingress delegation. | |
| 19 | +| [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller) | A source management component from the Flux GitOps Toolkit to provide a common interface for artifacts acquisition. | |
| 20 | +| [knative-eventing](https://github.com/arktonix/package-for-knative-eventing) | A solution for routing events from event producers to sinks, enabling developers to use an event-driven architecture with their applications. | |
| 21 | +| [knative-serving](https://github.com/arktonix/package-for-knative-serving) | A solution built on Kubernetes to support deploying and serving of applications and functions as serverless containers. | |
| 22 | +| [kpack](https://github.com/vmware-tanzu/package-for-kpack) | Kubernetes-native container build service based on Cloud Native Buildpacks. Maintained by [VMware Tanzu](https://github.com/vmware-tanzu). | |
| 23 | +| [kpack-dependencies](https://github.com/arktonix/kpack-dependencies) | A set of buildpacks, stacks, and builders to use with kpack. | |
| 24 | +| [metrics-server](https://github.com/arktonix/package-for-metrics-server) | A scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. | |
| 25 | +| [namespace-setup](https://github.com/arktonix/namespace-setup) | Sets up up namespaces with the necessary RBAC and Secrets to work with the Kadras platform. | |
| 26 | +| [secretgen-controller](https://github.com/vmware-tanzu/carvel-secretgen-controller) | Generates various types of Secrets in-cluster as well as export and import Secrets across namespaces. Maintained by [VMware Tanzu](https://github.com/vmware-tanzu). | |
| 27 | +| [spring-boot-conventions](https://github.com/arktonix/package-for-spring-boot-conventions) | Defines conventions for Spring Boot workloads that will be applied by the Cartographer Convention Controller. | |
| 28 | +| [tekton-pipelines](https://github.com/arktonix/package-for-tekton-pipelines) | A cloud-native solution for building CI/CD systems. | |
32 | 29 |
|
33 | 30 | ## Prerequisites |
34 | 31 |
|
|
0 commit comments