Skip to content

IBMAppModernization/devops101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps 101

The objective of the DevOps 101 is to explain how you can create a CI/CD Pipeline on IBM Cloud in order to automate full life cycle management of your application.

IBM Cloud Continuous Delivery service includes toolchains that support development, deployment and operations tasks to manage your CI/CD.

The accronym CI/CD stands for Continuous Integration and Continuous Delivery. Continuous Integration (CI) stands for the practice of developers merging their work into a shared main branch, validating the merger by creating a automatic build and automatic testing against the build. Continuous Delivery (CD) adds an automated release process to deploy an application.

See: https://cloud.ibm.com/devops/getting-started

Toolchain Pipelines

extended pipeline

Labs

  1. Lab0, Setup and Pre-requisites, see Lab0,
  2. Lab1, Create a Toolchain to Deploy a Kubernetes App, see Lab1,
  3. Lab2, Create a Hello World toolchain using a Tekton Pipeline, see Lab2,
  4. Lab3, Create a Custom Toolchain, see Lab3,

About

101 labs for devops on ibm cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published