Continuous Integration and Continuous Deployment (CI/CD) with Tekton on Kubernetes
CI/CD provides solutions to common problems found when trying to introduce new code to a production system in a controlled and uniform manner.
What is it?
Continuous Integration “CI” and Continuous Deployment “CD” - CI/CD is a process by which code can be quality checked and delivered to a PRODUCTION environment in an automated way. CI/CD provides solutions to common problems found when trying to introduce new code to a production system in a controlled and uniform manner, allowing multiple teams to work together in a cohesive way.
What's the difference between CI and CD (and the other CD)?
CI, or Continuous Integration, is the process with which developers are most familiar. CI is an automated process that takes new code created by a developer and builds, runs, tests, and merges that code to a shared repository. Using CI allows teams of developers to work on the same application in an organized and consistent manner.
The CD part of CI/CD usually stands for 'continuous delivery'. However, CD in CI/CD refers to 'continuous deployment'. With continuous deployment, any code that has been merged into a delivery or release branch of a repository, is automatically built, tested, and deployed to production environments. Using CI/CD drastically reduces the ”time to live” for any code a developer wants to produce. The term “delivery” is often used by development teams to refer to the code being delivered, but there is a step between 'delivered' and 'deployed' that is controlled by other automated processes usually owned by quality assurance teams.
How to use the VS Code Tekton Pipelines extension
The Tekton Pipelines extension offers all of the same functionality as the Tekton CLI tool as well as a pipeline view.
This not only allows developers to visualize pipeline deployments they’re developing
but also allows for intuitive interaction with pipeline resources.
BLOG: How to Use It
Red Hat named a Leader in Multicloud Container Platforms
Red Hat was recognized by Forrester as a leader in The Forrester Wave™: Multicloud Container Platforms, Q4 2023.
Red Hat named a Leader for Container Management
Red Hat was recognized by Gartner® as a Leader in the September 2023 Magic Quadrant™.
Red Hat named a Challenger in the 2023 Gartner® Magic Quadrant™
Red Hat was positioned in the Challenger Quadrant of the 2023 Gartner® Magic Quadrant™ for DevOps Platforms.