GitOps quick starts

Walkthroughs from start to deployment

GitOps quick starts: From start to deployment

Codefresh GitOps simplifies software delivery with automation, consistency, and scalability. These quick start guides provide step-by-step instructions to help you quickly set up, manage, and promote applications with Codefresh GitOps.

Each quick start is standalone, so you can explore specific topics as needed. However, for maximum value, the quick starts are designed to build upon each other, taking you on a journey from setup to seamless application promotion across environments.

The journey begins with setting up your account and installing the GitOps Runtime. From there, you’ll define environments, products, and applications, leading to deploying and promoting applications effectively across multiple environments.

We’ve provided a GitHub repository with all the applications and resources used in the quick starts. You can follow along directly or fork the repository to create and manage your own applications.

Essential setup

Creating GitOps entities for promotions

  • Creating products and applications
    Create Argo CD applications, the product to link them to, and configure their source repositories, manifests, and deployment paths.

  • Creating environments
    Define and manage environments such as development and production, enabling structured application deployments across different stages.

  • Creating Promotion Workflows
    Automate pre- and post-promotion actions during GitOps promotions in environments, ensuring quality, security, and compliance at each stage.

Promoting applications

Promote and deploy changes in applications across environments. Start with simple manual promotion, then automate with Promotion Flows—evolving from simple sequential promotions to advanced ones with environment dependencies.

Example Git repository

To support learning through these quick starts, we’ve created an example GitHub repository containing the application manifests and resources used in the quick starts.

The repository is structured to help you follow along with the guides:

  • argocd-app-manifests: Manifests with the configuration definitions of all the Argo CD applications used in the quick starts.
  • demo-applications: Supporting files and resources required for these applications.

You can either:

  • Clone the repository to follow along with the examples.
  • Fork the repository to customize and create your own applications and resources.