logo
Alauda DevOps Docs
logo
Alauda DevOps Docs
Navigation

Overview

Introduction
Release Notes
Architecture
Feature Overview

Install

Installing Alauda DevOps next-gen

Upgrade

Upgrading Alauda DevOps to Alauda DevOps (Next-Gen)
Migrating from Alauda DevOps Tekton v3 to Alauda DevOps Pipelines

Pipelines

About Alauda DevOps Pipelines

Connectors

About Alauda DevOps Connectors

Gitlab

About Alauda Build of Gitlab

Harbor

About Alauda Build of Harbor

SonarQube

About Alauda Build of SonarQube

Nexus

About Alauda Build of Nexus
📝 Edit this page on GitHub
Previous PageArchitecture
Next PageInstall

#Feature Overview

#TOC

#Pipelines

  • Tekton Pipelines

    The foundation of Tekton that provides custom resources for defining CI/CD workflows as a series of steps, tasks, and pipelines.

  • Tekton Triggers

    Event-based system that listens for external events and automatically starts pipeline executions in response.

  • Tekton Chains

    Supply chain security framework that automatically captures and signs provenance information for all pipeline executions.

  • Tekton Hub Integration

    Access to a catalog of reusable Tasks and Pipelines to accelerate development.

  • Tekton Results

    Long-term storage and querying of pipeline execution history and logs.

  • Webhook Integration

    Automatic pipeline triggering from Git repositories and container registries.

#Tool Integration

  • Connectors

    Provides a unified interface for safely connecting to external tools and platforms. From standard protocols like git and oci, platform focused connectors, to custom connectors, the whole toolchain can be easily integrated in the DevOps workflow.

  • Connector Class

    Creates a standard interface for customizing and expanding connector capabilities and supported tools without changing the existing connectors.

  • Connector CSI Driver

    An unobtrusive way to use connectors in cloud native workloads, using the tools that you already know, changing only how the workload is configured.

#Tool Deployment and Management

  • Templated Deployment

    Provide deployment templates for easily deploy tools including Gitlab, Harbor, SonarQube, and Nexus.

  • Custom YAML Deployment

    Allow users to customize all parameters of tool deployment based on Helm charts' values file.