VOOZH about

URL: https://thenewstack.io/understanding-continuous-promotion-and-where-to-start/

⇱ Understanding Continuous Promotion and Where to Start - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-09-18 06:08:41
Understanding Continuous Promotion and Where to Start
sponsor-akuity,sponsored-post-contributed,
CI/CD / DevOps

Understanding Continuous Promotion and Where to Start

Continuous promotion is a layer between CI and CD that monitors changes in artifacts and orchestrates their path from development to production.
Sep 18th, 2024 6:08am by Christian Hernandez
👁 Featued image for: Understanding Continuous Promotion and Where to Start
Image by M_Carted from Pixabay.
Akuity sponsored this post.

Continuous integration and continuous deployment (CI/CD) have long been the bedrock of modern software development, seamlessly integrating code changes and ensuring their swift deployment across various environments. However, as the ecosystem evolved with the advent of Kubernetes and GitOps, the traditional CI/CD mechanisms started showing signs of strain.

Continuous promotion offers a transformative approach to CI/CD tailored for a cloud native environment. Traditional CI/CD processes often struggle to keep pace with the dynamic nature of Kubernetes and GitOps. Introducing a continuous promotion mechanism bridges the gap between CI and CD, allowing for a more fluid promotion of artifacts.

Traditional CI/CD Overview

Traditional CI/CD processes are centered around a linear workflow — building code, running tests, packaging the application and deploying it to target environments. In many cases, these environments were virtual machines (VMs) or bare metal servers with pre-installed dependencies. This approach worked well for monolithic applications but began to show limitations with the rise of microservices and containerization.

The introduction of containers provided a standardized packaging mechanism, yet the synchronous nature of traditional CI/CD struggled to align with the asynchronous, declarative characteristics of Kubernetes.

As a result, organizations often found themselves bolting Kubernetes onto existing workflows, leading to inefficiencies and operational friction. Despite the advent of GitOps to streamline last-mile deployments, the core CI/CD processes remained largely unchanged. This dissonance highlighted the need for an evolved approach capable of handling the complexities of modern cloud native environments.

The Impact of Kubernetes and Containers

Kubernetes and containerization have drastically altered the landscape of software deployment. Containers provide a consistent and portable environment, simplifying the packaging and distribution of applications. Kubernetes, with its powerful orchestration capabilities, has become the de facto standard for managing containerized applications at scale.

However, this shift introduced a new set of challenges for traditional CI/CD pipelines. The synchronous, linear nature of traditional CI/CD processes struggled to keep up with the declarative, asynchronous operations of Kubernetes. This has often resulted in a mismatch, where Kubernetes’s dynamic environment management clashes with the rigid steps of conventional CI/CD.

Furthermore, the need to manage multiple microservices, each with its own life cycle, introduced additional complexity. As teams adopted Kubernetes, they frequently had to create custom scripts to bridge these gaps, leading to fragmented and error-prone workflows. This highlighted the necessity for a more integrated and adaptive approach to CI/CD in cloud native ecosystems.

Despite advancements, traditional CI/CD processes and Kubernetes operations often find themselves misaligned. At the same time, in the GitOps framework, there’s a tendency to overextend the role of CI beyond its intended scope.

We’ve looked at these issues closely in our previous article, “Why CI and CD Need to Go Their Separate Ways”. So how do we address this and come out victorious?

Introduction to Continuous Promotion

Continuous promotion is an innovative approach designed to enhance the traditional CI/CD pipeline in a cloud native environment. Unlike conventional methods that treat CI and CD as isolated processes, continuous promotion integrates them through a cohesive framework.

Using the strengths of both CI and CD, it ensures that artifact promotion is automated and aligned with organizational policies. Continuous promotion acts as an intermediary layer that monitors changes in artifacts and orchestrates their progression through various stages, from development to production.

Using rule sets and continuous verification mechanisms, it ensures that only validated updates are promoted, reducing the risk of failures. This approach not only streamlines the deployment process but also enhances visibility and control, making it easier to manage complex microservices architectures. Continuous promotion thus represents a significant evolution in the CI/CD paradigm, aligning it more closely with the demands of modern, cloud native applications

What Is Necessary to Implement Continuous Promotion?

Sounds good on paper, but where do you start? For your CI/CD process to take full advantage of all that Kubernetes and GitOps have to offer, continuous promotion needs to “speak natively” to both the CI and GitOps/CD processes.

A successful continuous promotion tool or process must include the following:

Reconciliation Loop for Artifacts

A reconciliation loop process continuously monitors artifact repositories for any changes made to deployment-related artifacts. In the case of Kubernetes and GitOps, this can be a Helm repository, git repository and/or container image repository.

Policy-Based Retrieval Workflow

Incorporate a policy-based retrieval workflow of the monitored repositories. The continuous promotion tool should take into account that the CI process is constantly happening and not every update to these repositories equals the need to deploy them. With a policy-based retrieval workflow, users can build business logic around deployments and only retrieve artifacts that are meant to be deployed.

Understanding the Correlation Between Artifacts and Deployments

It understands the relationship between related artifacts and when/how they should be deployed together. Continuous promotion doesn’t need to store artifacts, instead, artifacts are kept at their desired locations, and the continuous promotion process keeps track of the metadata of these artifacts. By using the knowledge of where the artifacts are stored and which versions are of interest, a sort of “meta” artifact is created as a single deployable unit.

Understanding the Correlation Between Artifacts and Target Stages

It understands the relationship between the artifacts and which stage they need to be in (typically organizations see these stages as “environments”). A continuous promotion process doesn’t get involved directly with GitOps/CD; instead, it interfaces with the source of truth (git) and acts as an orchestrator, knowing when, where and how a promotion process is facilitated.

This keeps a natural separation of CI, which largely produces artifacts, and GitOps/CD, which focuses on the deployment of these artifacts. This shifts the focus away from “environment”-based promotion to purpose-based promotion. Where the purpose of the artifacts is the determining factor.

Success Verification Mechanism

It verifies the promotion of artifacts after deployment with data collected from existing metrics providers. A successful continuous promotion workflow needs to be able to integrate with existing metrics providers to determine the overall health of the promotion process.

Kubernetes object health checks are only a small part of the bigger picture of your application stack, therefore a continuous promotion workflow must take into account the overall health of your application and how it’s behaving. Working hand in hand with metrics providers and progressive delivery tools, continuous promotion fits perfectly into existing workflows to provide ultimate visibility of the end-to-end process of your cloud native application delivery process.

Enter Kargo

Our solution to these challenges is called Kargo, an open source tool designed to implement continuous promotion within CI/CD pipelines. It addresses the complexities associated with deploying applications in a Kubernetes and GitOps environment by providing a structured mechanism for promoting changes.

Kargo does not replace existing CI or CD tools but enhances them by adding an intermediary layer that focuses on orchestrating promotion of artifacts. By doing so, it helps facilitate more reliable and efficient deployment processes, reducing the manual effort needed to manage complex deployments and aligning better with the asynchronous nature of cloud native ecosystems.

Start your Continuous Promotion Journey with Kargo

Are you a GitOps practitioner ready to try out Kargo? Head over to the Kargo GitHub page. Already a Kargo user and want to take it to the next level? Sign up for our Kargo Enterprise early access.

Kargo will reach general availability status on Oct. 17. Join us for a roundtable discussion with its creators and early adopters.

Akuity is the enterprise company for Argo and Kargo, the leading open-source cloud-native application delivery tools. Its mission is to empower both Platform and Application teams with the best tools to deploy apps with ease and confidence using GitOps. Akuity was founded by the creators of Argo.
Learn More
The latest from Akuity
TRENDING STORIES
Christian is a well-rounded technologist with experience in infrastructure engineering, systems administration, enterprise architecture, tech support, advocacy and product management. He is passionate about open source and containerizing the world one application at a time. He is currently a maintainer...
Read more from Christian Hernandez
Akuity sponsored this post.
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.