Skip to content

Can we run kaito on self managed k8s like (k3s, minikube, etc) running on windows PC with Nvidia GPU #876

Closed Answered by zhuangqh
ajmal-yazdani asked this question in Q&A
Discussion options

You must be logged in to vote

Yes you can. Install the workspace controller following this guide.

export KAITO_WORKSPACE_VERSION=0.4.4

helm install kaito-workspace  --set clusterName=$MY_CLUSTER --wait \
https://github.com/kaito-project/kaito/raw/gh-pages/charts/kaito/workspace-$KAITO_WORKSPACE_VERSION.tgz --namespace kaito-workspace --create-namespace

If you have installed another node provisioning controller that supports Karpenter-core APIs, the steps for installing gpu-provisioner can be skipped.
If you already have a gpu node ready, you can choose this node manually by setting preferredNodes. e.g.

apiVersion: kaito.sh/v1alpha1
kind: Workspace
metadata:
  name: workspace-deepseek-r1-distill-llama-8b
resource:
  …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@validis-ad
Comment options

Answer selected by ishaansehgal99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
3 participants
Converted from issue

This discussion was converted from issue #872 on February 11, 2025 07:33.