DevOps

In this section I put together a number of articles to share the information I learnt in the 'IBM DevOps and Software Engineering' course that you might also find interesting or useful.

A representative image for the article A reusable CD pipeline with Tekton - Kubernetes-native CI/CD framework A reusable CD pipeline with Tekton - Kubernetes-native CI/CD framework
Quickly start building your first Tekton pipeline by utilizing the one I shared on this page as a foundation to build upon. The pipline consists of the tasks to (1) clean up the working directory, (2) copy the source code, (3) lint, (4) test, (5) build, and (6) deploy the application to OpenShift.
A representative image for the article Building a CD process using the OpenShift Pipelines. Building a CD process using the OpenShift Pipelines.
Leveraging OpenShift Pipelines allows to create Tekton pipelines using GUI (for the most part) to build, test, and deploy applications in a Kubernetes environment
This page was last updated on December 31, 2024
No comments have been posted so far
Leave a Comment