Operations | Monitoring | ITSM | DevOps | Cloud

July 2022

Codefresh GitOps CD Launch Webinar

Introducing a Hosted GitOps Platform Automate GitOps best practices and deliver software faster Introducing a fully-hosted solution for DevOps teams seeking to quickly and easily achieve frictionless, GitOps-based continuous software delivery in the cloud. Codefresh GitOps CD has been very popular for its ease of use and centralized UI providing detailed CI/CD deployment insights and analytics that optimize software delivery for smoother, scalable DevOps automation leveraging open-source Argo.

The New Hosted Gitops Platform Experience from Codefresh

Last month we announced the 3 major features we are adding to the Codefresh platform. Dashboards for DORA metrics, support for any external Continuous Integration system and a hosted GitOps service. The hosted GitOps experience (powered by Argo CD) is now available to all new Codefresh accounts (even free ones) so that simply by signing up you can start deploying applications right away to your Kubernetes cluster without having to maintain your own Argo CD installation.

Using Argo CD and Kustomize for ConfigMap Rollouts

Kubernetes offers a way to store configuration files and manage them via a ConfigMap. Functionally, they seem very similar to Kubernetes Secrets, where both constructs are used to store information that can be used in a Pod. This information could be usernames and passwords of a connection string to a database.