January 2024 Summaries
2 posts from Codefresh
Filter
Month:
Year:
Post Summaries
Back to Blog
At KubeCon and ArgoCon 2023, the CNCF released a micro survey revealing significant trends in GitOps adoption, highlighting that the approach is moving beyond evangelism to being an established practice among DevOps teams. According to the survey, 60% of participants have been using GitOps tools for over a year, and 31% adopted it in the last 12 months, with faster software delivery being the primary motivator for 71% of users. The survey also underscores the importance of security, as GitOps automation reduces the risk of misconfigurations that could lead to security breaches. Codefresh's GitOps for Argo training and certification course is noted for its popularity and rapid enrollment growth, reflecting the DevOps community's commitment to effective software delivery. The CNCF and Linux Foundation are planning new GitOps training and certification programs, evidencing a strong push toward enhancing skills in this area. The survey data, collaboratively designed by the Continuous Delivery Foundation, Codefresh, and Weaveworks, is available on GitHub for public access.
Jan 18, 2024
609 words in the original blog post.
Last month, Codefresh introduced a new GitOps Environment dashboard that facilitates the promotion of Argo CD applications across different environments, addressing a long-standing challenge of application versioning in Kubernetes. This dashboard is groundbreaking as it allows users to easily promote application and configuration changes while providing comprehensive information about applications, surpassing the capabilities of vanilla Argo CD. Codefresh has addressed the issue of versioning by allowing users to define their own versioning parameters through a PromotionTemplate CRD, which can be customized according to various tools like Helm, Kustomize, or even custom scripts. This flexibility is crucial for large organizations, as it enables consistent application promotion across diverse environments and configurations. The article discusses the complexities of defining an application version and highlights the importance of a unified versioning strategy for effective application promotion. The upcoming blog post promises to delve into the specifics of deciding what components to promote, further enhancing the utility of the Codefresh dashboard.
Jan 12, 2024
923 words in the original blog post.