aishwaryaprabhat / goku

GenAIOps on Kubernetes: A collection of reference architectures for running GenAI at scale on Kubernetes using OSS tooling
MIT License
127 stars 13 forks source link

setup in local laptop #2

Closed micuentadecasa closed 4 months ago

micuentadecasa commented 5 months ago

Hi, anyone has tried to setup this Solution in a local laptop? my idea is to try to run it locally.

Regards.

aishwaryaprabhat commented 4 months ago

Hey! You can give it a try with minikube or kind. I'll try to find some time and give it a try. The only challenge with local would be the number of cores and RAM but if you can scale down the requirements and limits of each component or only install components selectively, it should work!

micuentadecasa commented 4 months ago

Many thanks @aishwaryaprabhat , I will try it too.

aishwaryaprabhat commented 4 months ago

If you figure something out that others could benefit from, kindly PR to the repo!