DEV Community

Adhithya S
Adhithya S

Posted on

TEKTON

Tekton is primarily implemented in Go (Golang).Tekton is an open-source project that is part of the Continuous Delivery Foundation (CDF), which itself is part of the Linux Foundation. It doesn't have a single parent company in the traditional sense.

TEKTON OVERVIEW

PURPOSE:

The Tekton is to provide a flexible and powerful open-source framework for creating Continuous Integration (CI) and Continuous Delivery (CD) systems in a cloud-native environment. Tekton is designed to help automate and streamline the process of building, testing, and deploying software applications in a Kubernetes-based ecosystem.

FUNCTIONALITIES:

1.Declarative Pipeline Definition
2.Task Execution
3.Containerized Workflows
4.Extensibility
5.Portability
6.Event-Driven Pipelines
7.Resource Management
8.Parallel and Sequential Execution
9.Observability
10.Community Collaboration

LOGO:

Image description

Tekton is an open-source project. The source code is freely available, and it encourages community contributions. Users can download, use, and modify Tekton according to the terms of its open-source license.

Top comments (0)