An open API service indexing awesome lists of open source software.

https://github.com/factorhouse/helm-charts

Run Factor House's products in Kubernetes
https://github.com/factorhouse/helm-charts

Last synced: 6 months ago
JSON representation

Run Factor House's products in Kubernetes

Awesome Lists containing this project

README

          

# Factor House Helm Charts for Kpow and Flex

[![Release Charts](https://github.com/factorhouse/helm-charts/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/factorhouse/helm-charts/actions/workflows/release.yml)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/factorhouse)](https://artifacthub.io/packages/search?org=factorhouse)

Official Helm Charts for Factor House products, including the Kpow Helm Chart and Flex Helm Chart.

### Kpow Helm Charts

Deploy Kpow for Apache Kafka® on Kubernetes.

- [Kpow Helm Chart](charts/kpow/README.md) (`factorhouse/kpow`)
- [Kpow Community Edition](charts/kpow-ce/README.md) (`factorhouse/kpow-ce`)
- [Kpow AWS Annual (AWS Marketplace)](charts/kpow-aws-annual/README.md) (`factorhouse/kpow-aws-annual`)
- [Kpow AWS Hourly (AWS Marketplace)](charts/kpow-aws-hourly/README.md) (`factorhouse/kpow-aws-hourly`)

### Flex Helm Charts

Deploy Flex for Apache Flink® on Kubernetes.

- [Flex Helm Chart](charts/flex/README.md) (`factorhouse/flex`)
- [Flex Community Edition](charts/flex-ce/README.md) (`factorhouse/flex-ce`)

# Installation

[Helm](https://helm.sh/) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

Once Helm has been setup you need to add this repository to your Helm repositories:

```bash
helm repo add factorhouse https://charts.factorhouse.io
helm repo update
```

You can then run `helm search repo factorhouse` to see the available charts.

# Usage

Please refer to each individual charts README for instructions on how to get up and running.

For a quick reference on how to configure each chart, refer to each `-config.yaml.example` file in the charts directory.

# License

Apache 2.0 License.