Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local deployment (Docker, not Kubernetes/MiniKube) #16

Open
Phelan164 opened this issue Jan 16, 2022 · 2 comments
Open

Local deployment (Docker, not Kubernetes/MiniKube) #16

Phelan164 opened this issue Jan 16, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@Phelan164
Copy link

I am new with modelmesh but so interested in this project.
Could we deploy modelmesh using Docker only without k8s cluster?
Thanks

@njhill
Copy link
Member

njhill commented Jan 19, 2022

Hi @Phelan164, the short answer is in theory yes (Model-mesh actually started out independently of Kubernetes), but it would require a fair amount of custom setup/configuration, especially if you want to use the built-in model server integration that we have as part of the wider modelmesh-serving framework.

I would strongly recommend using it on Kube via the controller (following quickstart here). You can install local/lightweight Kubernetes clusters using something like minikube or kind.

@njhill njhill added the question Further information is requested label Jan 19, 2022
@Phelan164
Copy link
Author

@njhill thanks for your suggestion.
Yes, I could work with modelmesh via controller and deploy into kubenetes cluster.
But just want to make very simple development env, so I want to setup modelmesh run in docker and directly interact with that via gRPC.
Related to "custom setup/configuration", could you share some basic guidelines ?
Thanks so much for your support

@ckadner ckadner added the documentation Improvements or additions to documentation label Jan 19, 2024
@ckadner ckadner changed the title Local deployment Local deployment (Docker, not Kubernetes/MiniKube) Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants