Operations | Monitoring | ITSM | DevOps | Cloud

CI CD

The latest News and Information on Continuous Integration and Development, and related technologies.

Argo CD and Codefresh GitOps Security Updates 3/18/2024 - Preventing Brute-Force and Denial of Service

In September 2023, security researchers from KTrust reported three issues through the official Argo CD security disclosure channels in accordance with Argo CD security policy. In coordination with other Argo maintainers, we have issued security updates for both Argo CD and Codefresh GitOps (enterprise Argo). Below you can read more about these CVEs, their impact, and mitigation.

Streamlining Deployment Pipelines with DevOps Automation

DevOps has emerged as a crucial methodology for software development and deployment. DevOps bridges the gap between development and operations teams, fostering collaboration and enabling continuous integration and delivery (CI/CD). At the heart of DevOps lies automation, which streamlines deployment pipelines, enhances productivity, and ensures rapid, reliable software delivery.

Software Ate the World, but Digital Transformation Can Give You Indigestion

In today’s digitally-driven world, organizations rely heavily on software applications to streamline services, provide operations, engage customers, and drive innovation through digital transformation. Software has also become the lynchpin for securing an entire business’ services and keeping them up and running. Yet, this omnipresent force comes with its own set of challenges.

Merging to Main #8: Ethics & AI with Paul O'Reilly & Dan Garfield, Codefresh

🚨 Merging to Main is back with a new host! 🚨 Let's welcome Paul O'Reilly 🎉 and follow along on his journey of exploring topics around Tech, DevOps, AI, Argo and others, with all sorts of awesome people from all around the globe! 🌎 During this session we have Codefresh's Chief Open Source Officer, Dan Garfield joining Paul live to talk about all things Ethics & AI.

Splitting and parallelizing Android UI tests with Espresso and CircleCI

For Android developers, test automation on CI/CD platforms such as CircleCI has become an indispensable part of the development workflow. But merely implementing automated testing is no longer enough to remain competitive and continue to develop at speed. Developers must also work to continuously monitor, maintain, and improve their test automation. As an application grows in complexity, the scale of development grows, as does the number of automated tests.

How to set up a Private, Remote and Virtual Docker Registry

The simplest way to manage and organize your Docker images is with a Docker registry. You need reliable, secure, consistent and efficient access to your Docker images that’s shared across your team in a central location, including a place to set up multiple registries that work transparently with the Docker client. There are three different repository types in JFrog Artifactory that you will use regularly for all of your package types, including Docker container images.

Secure Credentials for GitOps Deployments Using the External Secrets Operator and AWS Secrets Manager

The security and storage of secrets is one of the most controversial subjects when it comes to GitOps deployments. Some teams want to go “by the book” and use Git as the storage medium (in an encrypted form of course) while others accept the fact that secrets must be handled in a different way (outside of GitOps). There is no right or wrong answer here and depending on the organization requirements, either solution might be a great fit.