Hi Kevin,
We appreciate your interest in contributing to the openLooKeng project.
Deploying in Kubernetes is an interesting usage scenario, and I'm glad to see you are looking into it. I just want to point out a couple of items in the current repo, to make sure we present a consistent Docker and Kubernetes story.
Under the
"docker" folder of the hetu-core repo, there exist scripts and Dockerfile to build an openLooKeng docker image. Also under the
"hetu-samples/kubernetes" folder, there is a sample deployment file for Kubernetes. You may want to consider these in your work for optimal reuse and outcome.
The above Kubernetes sample uses "hostPath" for configuration files. I did some work to change that to config-maps, for better flexibility. I also have a Helm chart. I hope to contribute them in the near future. I'll be happy to work with you on these.
Look forward to your contribution!
Regards,
Sandy Gao