Last active
June 12, 2020 03:58
-
-
Save hsinhoyeh/b17a20c4bcbce1d3944c269018247de3 to your computer and use it in GitHub Desktop.
catelog: minikube + kubeflow + nvidia on ubuntu 18.04 LTE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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