This document focuses on common application scenarios of the Alauda DevOps Pipelines
and summarizes practical tutorials that can be directly reused, aiming to provide you with clear operational guidance and scenario-based solutions to help efficiently implement DevOps automation processes.
Before starting this tutorial, it is recommended that you have a basic understanding of the core features of the Alauda DevOps Pipelines
. These fundamental knowledge will help you better understand the operational logic, parameter configuration, and scenario based processes in the tutorial, including:
The following summarizes the operational practices of common application scenarios, providing detailed scheme descriptions and operational guidance for each practice.
Tutorial | Description |
---|---|
Building a Java pipeline using template | This tutorial introduces the use of templates to build Java pipelines. |
Building a Python pipeline using template | This tutorial introduces the use of template to build Python pipelines. |
Deploy/Upgrade from Helm Charts in Git Repo | This tutorial introduces how to deploy or upgrade from Helm Charts in Git Repo. |
Deploy/Upgrade from an OCI-hosted Helm Chart | This tutorial introduces how to deploy or upgrade from an OCI-hosted Helm Chart. |
Package & Push a Helm Chart to an OCI Registry | This tutorial introduces how to package and push a Helm Chart to an OCI Registry. |
Prepare Cluster Access Credential | This tutorial introduces how to prepare cluster access credential for Task and Pipeline. |
Prepare Registry Credential | This tutorial introduces how to prepare registry credential for Task and Pipeline. |
Prepare Git Credential | This tutorial introduces how to prepare git credential for Task and Pipeline. |
Discover Tool Image | This tutorial introduces how to prepare tool image for Task and Pipeline. |