Codefresh Learning Center - Page 8

All articles

GitOps Your Terraform in 4 Easy Steps

Terraform’s declarative nature aligns well with the GitOps principle of storing the desired state of infrastructure as code. This combination enhances automation, consistency, and reproducibility in infrastructure management.

Read Article >

ArgoCD Sync Policies: A Practical Guide

ArgoCD Sync Policy is an important feature of ArgoCD, a GitOps tool which manages the synchronization of applications deployed in a Kubernetes environment with their corresponding configurations stored in a Git repository. 

Read Article >

Argo CD CLI: Commands and Best Practices

The Argo CD CLI (Command Line Interface) is one of the primary interfaces of Argo CD. It lets you perform a range of operations on your Argo CD server, such as creating and managing applications, checking the status of applications, syncing applications, managing repositories, and providing cluster credentials.

Read Article >