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
- Host: GitHub
- URL: https://github.com/factorhouse/helm-charts
- Owner: factorhouse
- License: apache-2.0
- Created: 2025-02-10T03:21:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-17T01:16:15.000Z (8 months ago)
- Last Synced: 2025-12-20T15:27:57.259Z (8 months ago)
- Language: Mustache
- Size: 204 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factor House Helm Charts for Kpow and Flex
[](https://github.com/factorhouse/helm-charts/actions/workflows/release.yml)
[](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.