OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Kubernetes Helm Chart? #12

Closed bbodenmiller closed 7 months ago

bbodenmiller commented 6 years ago

Might also be worth having.

barbeau commented 6 years ago

@bbodenmiller Could you please explain a bit more?

bbodenmiller commented 6 years ago

OneBusAway's backend services likely should not be run in just one Docker container but rather a number with each serving it's own purpose, to enable scaling, etc. For that you need a container orchestrater like Kubernetes. Kubernetes Helm Charts are a way to ship ready to use Kubernetes orchestrations (collections of Docker images & more)... A package manager of sorts.

https://github.com/kubernetes/helm/blob/master/README.md

https://helm.sh/

danp commented 6 years ago

I think this could be useful someday but there's still much to figure out with the OBA docker image, such as configuration, volume expectations, ports, etc. But shouldn't be anything stopping folks from experimenting!

gelinger777 commented 4 years ago

is a good idea. but @danp is right. Still docker repo is very new. I could help with Kubernetes when time comes.