Skip to content

UCR-Research-Computing/Nautilus-Cluster-Example-Yaml-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example yaml files to help use the Nautilus Cluster.

basic commmands

kubectl get pods
kubectl create -f <yaml-file>
kubectl delete pods <pod-name>

kubectl exec -it <pod-name> bash
kubectl port-forward <pod-name> 8888:8888

Starting Jupyter

Use the tensorflow-cpu-pod.yaml or tensorflow-gpu-pod.yaml file to start the pod

kubectl create -f tensorflow-gpu-pod.yaml
kubectl exec -it gpu-pod-example bash

jovyan@gpu-pod-example:~$ jupyter notebook --ip='0.0.0.0'

kubectl port-forward gpu-pod-example 8888:8888
  • open browser to localhost:8888 and paste in the token from the jupyter notebook start command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published