Git Product home page Git Product logo

dashboard's Introduction

Tekton Dashboard

License

Tekton Dashboard is a general purpose, web-based UI for Tekton Pipelines. It allows users to manage and view Tekton Pipeline and Task runs and the resources involved in their creation, execution, and completion.

Dashboard UI workloads page

Getting Started

Currently to view the backend APIs, at localhost:9097/v1/namespaces/<namespace>/<resource name> for example:

If you have ko:

Log in to Dockerhub and then use ko, for example:

$ docker login
$ export KO_DOCKER_REPO=docker.io/<mydockername>
$ ko apply -f config

This will build and push an image of the Tekton dashboard to a Dockerhub repository under your account.

Alternatively you can do the following:

$ docker build -t <mydockername>/dashboard:<mytag> .
- Replace the image path at `config/tekton-dashboard-deployment.yaml` with the value for <mydockername>/dashboard:<mytag>
$ kubectl apply -f tekton-dashboard-deployment.yaml

Regardless of which installation mechanism you choose, do the following to access the dashboard:

$ kubectl port-forward $(kubectl get pod -l app=tekton-dashboard -o name) 9097:9097

Coming soon

  • Deploying the dashboard without using the config/ yaml, and accessing using kubectl proxy. To deploy the dashboard, execute the following command:
$ kubectl apply -f https://raw.githubusercontent.com/tektoncd/dashboard/...

To access the Tekton Dashboard from your local workstation you must create a secure channel to your Kubernetes cluster. Run the following command:

$ kubectl proxy

Now access the Dashboard at:

http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/https:tekton-dashboard:/proxy/.

Want to contribute

We are so excited to have you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.