dashboard/

directory
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2019 License: Apache-2.0

README

Kubeflow's Dashboard for TfJobs

Developer Guide

Dependencies

Then install the dependencies of the frontend React application with:

cd dashboard/frontend
yarn install
Starting the dashboard locally

First we need to start the backend server:

export KUBECONFIG=$(echo ~/.kube/config)
go run dashboard/backend/main.go

At this point the backend will be running on port 8080.

Start the frontend's development server in another terminal with:

cd dashboard/frontend
yarn start

This should open a window in your browser (in port 3000).

The development server will rebuild the application and refresh your browser automatically every time you save a file.

Directories

Path Synopsis
client
client is a package handling authentication/communication with kubernetes API
client is a package handling authentication/communication with kubernetes API
handler
Package handler is a package handling API requests for managing TFJobs.
Package handler is a package handling API requests for managing TFJobs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL