Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowfuse/helm
A Helm chart to deploy FlowFuse on Kubernetes
https://github.com/flowfuse/helm
Last synced: 2 months ago
JSON representation
A Helm chart to deploy FlowFuse on Kubernetes
- Host: GitHub
- URL: https://github.com/flowfuse/helm
- Owner: FlowFuse
- License: apache-2.0
- Created: 2022-01-19T09:33:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:24:10.000Z (3 months ago)
- Last Synced: 2024-10-25T06:21:27.882Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.5 MB
- Stars: 5
- Watchers: 4
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowFuse Kubernetes
## Containers
There are 3 container images that will need to be built and pushed to a suitable container registry.
These can be built with the `./build-containers.sh [docker.registry]` script that takes the registry name as a single argument
Stable release versions are already published on the Docker hub repository so there is no need to build your own.
### FlowFuse Container
This container holds the FlowFuse App and the Kubernetes Driver
### Node-RED container
This is a basic Node-RED image with the FlowFuse Lanucher and the required Node-RED plugins to talk to the FlowFuse Platform
### File Server container
This provides a custom Object Store to back the FlowFuse File System nodes
## Helm Chart
More details can be found in the [README.md](helm/flowforge/README.md) file.