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.
-
create a k8s cluster
-
create database service (postgres)
-
create orthanc deployment
-
place orthanc pods behind load balancer
-
configs, certs, environment variables, db init scripts are all loaded from k8s secrets and config maps. (minimize reliance on cloud provider)
regards,
Yi