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: a Kubernetes-native CI/CD framework. A reusable CD pipeline with Tekton: a 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 pipeline consists of 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 OpenShift Pipelines. Building a CD process using OpenShift Pipelines.
Leveraging OpenShift Pipelines allows you to create Tekton pipelines using a GUI (for the most part) to build, test, and deploy applications in a Kubernetes environment
This page was last updated on April 05, 2025
No comments have been posted so far
Leave a Comment