Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsinhoyeh/b17a20c4bcbce1d3944c269018247de3 to your computer and use it in GitHub Desktop.
Save hsinhoyeh/b17a20c4bcbce1d3944c269018247de3 to your computer and use it in GitHub Desktop.
catelog: minikube + kubeflow + nvidia on ubuntu 18.04 LTE
this is on-prem solution to run minikube(v1.10.x) + kubeflow(v1.0.x)+ nvidia(K80) on top of ubuntu 18.04LTE
as we want to mini cost spent on GCP (which we have $300 free credits) and launch a real k8s cluster is way of expensive.
our hardware configuration is below:
```
4 cpu + 32 G memory
200G harddisk
1 nvidia K80 GPU
```
1. install gpu driver on the host machine
https://gist.github.com/hsinhoyeh/495752aaf252bebdd2f3b51011dc060f
2. install nvidia plugins and update docker' daemon
https://gist.github.com/hsinhoyeh/c4614ea020616a8edbb675aa0b44827b
3. run minikube + kubeflow
https://gist.github.com/hsinhoyeh/c5f60b4cbe41a1e6478ae5ea10f47497
kubeflow istio auth: https://gist.github.com/hsinhoyeh/eb90f6bc2c2c9f2e0ac20fd13a3edf90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment