datarevenue-berlin / OpenMLOps

MIT License
695 stars 101 forks source link

How to configure running this framework on local Kubernetes cluster? #75

Closed fadishaar84 closed 2 years ago

fadishaar84 commented 2 years ago

Thanks for sharing your OpenMLOps framework. I hope to find some guidance to configure this framework to make it work on our local Kubernetes cluster. What modifications need to be done for each component?

bernardolk commented 2 years ago

Hey, @fadishaar84 we are planning on releasing soon our repo for deploying OpenMLOps on minikube, so you can spin up the cluster locally. To answer your question, no modifications are needed inside the OML repo, the only extra step is to run terraform commands through the minikube repo instead through the AWS repo. We are currently updating / testing that repo, but I will make sure to keep you posted once it's done.

bernardolk commented 2 years ago

https://github.com/datarevenue-berlin/OpenMLOps/issues/76 will track this issue

pipatth commented 2 years ago

@fadishaar84 We added a tutorial on how to deploy on Minikube. See https://github.com/datarevenue-berlin/OpenMLOps/blob/master/tutorials/set-up-minikube-cluster.md

fadishaar84 commented 2 years ago

@pipatth Thanks, I will give it a try.