Skip to content

tektoncd/hub

Tekton Hub

Tekton Hub logo

The Tekton hub is a web based platform for developers to discover, share and contribute tasks and pipelines for Tekton. This repository contains the source code of this service.

Hub is launched as hub.tekton.dev 📣

Key features

  • Tekton Hub provides the following features:
  1. Display of resources in a curated way:

    User gets detailed information such as description, YAML, tags and rating of resources.

  2. Filter by categories :

    This allows user to filter resources based on categories which will help user to get multiple resources.

  3. Search resources on the basis of name or displayName

  4. Rating

    • User can rate a resource based on the experience
    • This can even help the other user as by knowing the rating they can directly compare and use the resource
  5. Sort resources on the basis of name or rating.

  6. Install resources on cluster :

    • The Tekton Hub provides cluster installation commands for tasks or pipelines.

Hub APIs for Integration

The public hub APIs are exposed for Integration outside hub. You can find the API Policy here.

For documentation of public APIs, you can use Hub Swagger

Deploy your own instance

You can deploy your own instance of Tekton Hub. You can find the documentation here.

Want to Contribute

We are so excited to have you!