Changes

Jump to navigation Jump to search

CCU:GPU Cluster Quick Start

35 bytes added, 4 years ago
m
Accessing ports on the pod from your own system
== Accessing ports on the pod from your own system ==
Some monitoring tools for deep learning use ports on the pod to convey information via a browser interface, an example being Tensorboard. You can forward these ports to your own local host using kubectl as a proxy. Follow the [https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/ tutorial here] to learn how it works. Then, you can access the pod services on "localhost:<port-you-forwarded-to>"in the browser on your own machine. You could even create containers which provide interactive environments via a web interface, e.g. a Jupyter notebook server.

Navigation menu