Kubernetes - Helmchart
Feature
As we have dockerfiles it will be great to add helmchart as well. It will help Kubernetes users to deploy it quick and easy.
Hey @jameeghouri-10P Any chance you want to contribute? :)
hi @SiarheiFedartsou ,
Of course, do we have an official docker repo?
@MuhammadJamee sure, we publish to GitHub Container Registry: please see https://github.com/Project-OSRM/osrm-backend/pkgs/container/osrm-backend
@SiarheiFedartsou
I will do it. no problem
@MuhammadJamee Do you have any news regarding helm-chart?
@SiarheiFedartsou When we run docker image do we need persistence? are we storing any data or sessions?
@MuhammadJamee well, if OSRM dataset is already somehow available, then no, during runtime we don't store anything.
@SiarheiFedartsou Do we have any healthcheck url for backend, for example localhost:5000/healthcheck?
@MuhammadJamee not actually, but I think we can try to call some another endpoint which does actual work (e.g. something trivial like nearest)
Hi Guys, How this is Going?
I am interest in this HelmChart maybe I can continue were @MuhammadJamee stopped
I have to deploy an instance on our kubernetes this weekend, I will share our solution once I've completed it, I can't promise anything I'm pretty new to OSRM so I have allot of learning to do.
EDIT: I've notice the docker image hasn't been updated for 2 years and when I'm trying to extract pbf file I get 'osrm-extract' failed without any other error, some users claim that the bug doesn't happen on the master branch so my first step is to build a more up to date docker container to see if I still get the error or not.
https://git.openharbor.io/Open-Harbor/osrm-backend/actions/runs/2
As promise, here is the first version. It's not yet to my liking but feel free to make suggestions and fork it. The best would be for the osrm maintainer team to fork it under their organization. I wouldn't mind maintaining it if they want.
Carefully read the documentation as it's a little clunky for now.