Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc for running TensorBoard #208

Closed
jlewi opened this issue Sep 4, 2018 · 5 comments
Closed

Doc for running TensorBoard #208

jlewi opened this issue Sep 4, 2018 · 5 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented Sep 4, 2018

We should have a component page that explains how to run TensorBoard.

We should explain how to connect to it

  1. Using kubectl port-forward
  2. IAP using GKE.
@jtfogarty
Copy link

/kind feature

@k8s-ci-robot k8s-ci-robot added the kind/feature KIND: Features label Jan 6, 2020
@theofpa
Copy link
Member

theofpa commented Feb 9, 2020

Tensorboard is an istio virtualservice:

$ kubectl describe virtualservice tensorboard -n kubeflow | grep Prefix
        Prefix:  /tensorboard/tensorboard/
$ kubectl get svc istio-ingressgateway -n istio-system
NAME                   TYPE           CLUSTER-IP     EXTERNAL-IP
istio-ingressgateway   LoadBalancer   <intenal-ip>   <external-ip>

so visiting http://external-ip/tensorboard/tensorboard/ works

More dashboards are available this way, we can create a list of them in a page for operations as part of #753

@swiftdiaries
Copy link
Member

/assign @swiftdiaries

@stale
Copy link

stale bot commented Jul 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue.
See dashboard for more details.

@stale stale bot closed this as completed Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants