Announcing CI Pipelines on Argonaut

2023-03-304 minute read

Moving towards our mission of effortless deployments, today, we reveal our new deployment pipelines feature. This comes as a result of countless hours spent rethinking the entire Git app deployment flow from a user viewpoint. These new pipelines are powered by ArgoCD, offering a stable, reliable, and efficient deployment flow. Let’s check out what’s changed.

Why are Pipelines necessary?

Every deployment flow can be visualized as a pipeline. With our new pipeline builder, we are giving our users a new and intuitive way to approach, save, and customize their deployments.

There have additionally been several under-the-hood changes that enable these deployments with pipelines. These provide a much more robust framework for us to develop new features on top of.

What are Argonaut Deployment Pipelines?

Simply put, our deployment pipelines enable users to set and save build and deploy configurations with an easy-to-use visual pipeline builder. Many of our users manage and deploy to multiple environments. Having the configurations saved as pipelines ensures you get the correct infra set up in your pre-prod and test as your production environment without thinking twice.

You may also use it to set different build and deploy configurations for your different environments. Pipelines are an enhancement to most other existing Kubernetes deployment flows. Pipelines are automatically triggered with each commit to the branch and can also be triggered manually through the Argonaut UI.

UI Changes

Here are some changes to the user interface.

  1. Git App deployment has a new pipeline builder view. New App Deployment using Argonaut's Pipeline builder
  2. Ability to save app deployment configuration as a pipeline. “Applications” are essentially a pipeline group. Save multiple pipelines for each app
  3. Configure build and deploy step separately.
  4. Separate run history for the build and deploy step. Separate run history for each step

💡 The pipeline builder is only for deploying Git apps on Kubernetes runtimes. There is currently no changes to deploying apps as Add-ons and apps to AWS Lambda.

How does it work?

There are several major backend changes that our team has built out. The framework change allows us to deliver more collaboration and automation-based features to help our users. These provide a stronger foundation for our future features, enable faster load times in the UI, and ensure a more reliable deployment experience for our users.

  1. We have now integrated ArgoCD into our deployment flows, making our process more reliable and GitOps-friendly.
  2. The deployment flow is broken into two independent steps - build and deploy.
    1. The builds are now powered by Dagger, reducing the build times for your applications, and are executed using GitHub actions or GitLab CI, depending on your VCS.
    2. The deploy step is run using ArgoCD, which follows GitOps practices and is more reliable.

      💡 Earlier, each app had to have a build and deploy step. Apps with pre-built images were harder to deploy using Argonaut.

  3. We can also automate the process of executing a deployment after the build, e.g. one build can have multiple deploys. Pipelines enable the combining of our steps in different ways.
  4. Since the steps are independent, users can provide a repo with a dockerfile or provide a container image that can directly be plugged into the deploy step.
  5. Move more towards GitOps principles for deployments. Helm changes are now maintained using Git. ArgoCD notices helm changes in the Git repo, and changes are automatically applied.
  6. Backend changes give a considerable speed increase in seeing their new apps and pipelines on the Applications screen.

Conclusion

In summary, our new deployment pipelines feature, powered by ArgoCD and Dagger.io, is a big step forward in making deployments smooth and easy. The intuitive pipeline builder with custom configurations and strong GitOps practices give our users a reliable and efficient deployment process. The major backend improvements set the stage for future features and make Argonaut faster and more enjoyable to use. A huge thank you to our team members - Ankit, Nischal, Prajjwal, Prashant, Subham, and Tushar for all their dedication and effort in making this feature come to life.

As we move forward, we're excited to continue improving the deployment process for our users. Soon, we'll add the ability to deploy a single build to multiple environments - a feature many of our customers have asked for. These improvements lay the foundation for lots of future developments at Argonaut. We'll introduce more steps in the coming months, like testing and custom scripts. We'll also add the ability to combine steps, speed up deployment, and make it easier for teams to work together using these pipelines.

Get started with our updated Quickstarts and deploy your first app today!

Get started

Last post

Release Notes: March 2023

30 March 2023
product-updates
Next post

Cloud Bulletin | Issue 4 - Mar 2023

3 March 2023
news