UNCLASSIFIED

README.md 941 Bytes
Newer Older
Vickie Shen's avatar
Vickie Shen committed
1
# Tekton Dashboard
Joshua Eason's avatar
Joshua Eason committed
2

Vickie Shen's avatar
Vickie Shen committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
## Overview

Tekton Dashboard is a general-purpose, web-based UI for
[Tekton Pipelines](https://github.com/tektoncd/pipeline) and
[Tekton triggers](https://github.com/tektoncd/triggers) resources.

It allows users to manage and view Tekton resource creation, execution, and completion.

Some of the features the Dashboard supports:
- Realtime view of `PipelineRun` and `TaskRun` status and logs.
- Filter lists of resources by label.
- View resource details and YAML.
- Show resources for the whole cluster or limit visibility to a particular namespace.
- Import resources directly from a git repository.
- Add functionality using extensions.

### Dashboard Documentation URLs

[Tekton Dashboard GitHub repository](https://github.com/tektoncd/dashboard)
[Tekton Dashboard Releases](https://github.com/tektoncd/dashboard/releases)
[reverse proxy](https://kubernetes.io/docs/tasks/extend-kubernetes/http-proxy-access-api/)