orthanc deployment on kubernetes

I’ve started a minimally working deployment on k8s. I will keep adding more features (e.g. autoscaler, etc). any comments/requirement is welcome.
https://github.com/digihunch/korthweb

For now. the project does the following as instructed in readme.

  1. create a k8s cluster

  2. create database service (postgres)

  3. create orthanc deployment

  4. place orthanc pods behind load balancer

  5. configs, certs, environment variables, db init scripts are all loaded from k8s secrets and config maps. (minimize reliance on cloud provider)

regards,
Yi

Dear Yi,

Thanks for your contribution! I have just indexed it in the “OrthancContributed” public repository:
https://github.com/jodogne/OrthancContributed/blob/master/Links.md

Regards,
Sébastien-