Google open source Tekton, Kubernetes-native CI/CD building blocks

Google announces to open source Kubernetes-native CI/CD building blocks, Tekton. Tekton is a powerful and flexible Kubernetes native framework for creating CI/CD systems. By abstracting out the underlying implementation details, developers are allowed to build, test, and deploy across a cloud or local system.

Features

Artifact management

Store, manage, and secure your artifacts. Tetkon pipelines works well with other third-party tools.

Deployment pipelines

Deployment pipelines are designed to support complex workflows, including rollouts across multiple environments and canary rollouts and blue/green deployments.

Results

Get insights into test and build results along with logs as a part of built-in result store API.

Tekton is available on Github.