Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

ArgoCD Observability Using the New Codefresh GitOps Dashboard

In this article, we will show you how to connect ArgoCD and Codefresh so that you get the full observability experience for GitOps. ArgoCD provides the underlying deployment mechanism and Codefresh the visual dashboard to provide high-level information for deployments. We assume that the following are in place GitOps is a way to do Kubernetes cluster management and application delivery.

Prepare for C/C++ Victory: Announcing Conan 2.0 Tribe

A package manager wins on the strength of its warriors — those developer leaders who passionately advocate for it to be adopted by their teams and organizations. In just two years, Conan quickly found its champions among C/C++ developers, and their feedback and code contributions have been vital in making the open source software package manager a powerful solution.

Continuous Code Analysis with SonarQube and Codefresh

SonarQube is a universal tool for code analysis that provides continuous inspection of your code to highlight existing and newly introduced issues. This allows you to “Clean as You Code”, which aims to reach the maximum code quality in your newly written code. This post will: The SonarQube architecture consists of a server and a SonarScanner. The Scanner is a separate client type application that is used to analyze projects in connection with SonarQube.

Target, Track and Trace your Vulnerabilities

Lock your sights on the black box hiding untold vulnerabilities in your repository and shine a light inside to find out what monsters lurk within. Yes, I'm talking about running on-demand security scans against supported packages within your repository. If you are a Velocity or Ultra customer, you can start making use of security scanning today!

DockerHub vs Cloudsmith Private Docker Registry

We’re a little late to the party. Fashionably late. By now the world knows that DockerHub has removed the free, untraceable goodness of anonymous pulls. How dare they? How dare they build a revolutionary technology, open-source it and give it away for free at a substantial cost to themselves. It’s worth calculating what a couple of petabytes of CloudFront bandwidth would cost, even with a substantial discount. It’s mind-blowing.

JFrog Support Providing Next Level Artificial Intelligence (AI) Experience

Let me share with you my story about finding the right AI Solution to improve our support self service. The starting point of my journey was pretty common, many will read this and think “Yes! I suffer the same pain”. At JFrog we produce tons of relevant and clever documentation. It’s all out there, available. And yet, we struggle to get to the right piece of information when looking for something specific.

Steer OCI to Kubernetes with Artifactory and Helm 3

With the latest release of JFrog Artifactory, your Kubernetes world just got a lot bigger. Artifactory’s Docker registries are now compliant with the Open Container Initiative (OCI). Repository support for images compatible with OCI and support for the Helm 3 client mean you can run K8s with a high degree of versatility. Once you’re no longer locked exclusively into Docker, you can run either part of your container ecosystem or all of it using any OCI-compatible client.

Creating Temporary Preview Environments Based On Pull Requests With Argo CD And Codefresh

Creating preview environments as a result of making pull requests is one of those practices that have vast potential and are yet largely overlooked. There is a strong chance that you are not using them, even though they can drastically increase productivity. I will not explain what preview environments are, besides stating that they are temporary environments created when pull requests are made and destroyed when PRs are closed.