Codefresh Learning Center - Page 3

All articles

CloudBees Pricing Explained: All Products and Pricing Tiers

What Is CloudBees?  CloudBees is a software delivery automation company that provides tools and platforms for continuous integration (CI), continuous delivery (CD), and DevOps practices. Known for its enterprise-level support for Jenkins, CloudBees offers a suite of products that help organizations automate and manage software delivery pipelines at scale. The CloudBees platform supports multiple software […]

Read Article >

CloudBees: Solution Overview, Pricing & Limitations [2025]

What Is CloudBees? CloudBees is a provider of DevOps and software development automation solutions. It offers tools and services that support continuous integration (CI) and continuous delivery (CD) tasks, helping organizations accelerate their software delivery pipelines. At its core, CloudBees provides enterprise-grade management for the popular Jenkins CI server. Jenkins has acquired several other technologies […]

Read Article >

Using Artifactory with Docker: Basics, Tutorial & Best Practices

What Are Artifactory and Docker?  Artifactory is a binary repository manager that allows developers to store, share, and manage software binaries and build artifacts. It is used in continuous integration and continuous deployment (CI/CD) pipelines to ensure reliable delivery of software. By supporting various package formats and integrating with major build tools, Artifactory handles binaries […]

Read Article >

Spinnaker: Key Features, Use Cases, Limitations & Alternatives

What Is Spinnaker?  Spinnaker is an open-source, multi-cloud continuous delivery platform. Developed by Netflix, it supports fast and reliable releases through deployment automation. It is now maintained by the Continuous Delivery Foundation. Beyond deployment, Spinnaker offers visibility into application changes and execution. This is useful for managing complex microservices environments.  Spinnaker supports integrations with major […]

Read Article >

Artifactory Helm Chart Repositories: Basics & Quick Tutorial

How Does Artifactory Help with Helm Chart Management?  Artifactory simplifies Helm chart management by providing a centralized, secure repository for storing and organizing charts. By offering local, remote, and virtual Helm repositories, Artifactory enables collaboration across teams while maintaining strict access control. These repositories integrate with CI/CD pipelines, supporting automated deployments and ensuring reliable, repeatable […]

Read Article >

JFrog Artifactory: Key Features, Limitations, and Alternatives

What Is JFrog Artifactory?  JFrog Artifactory is a universal binary repository manager that enables teams to store, manage, and organize software packages throughout the development lifecycle. It supports a range of package formats, including Docker, Maven, npm, and PyPI, making it a versatile tool for managing dependencies across various ecosystems.  Artifactory integrates into DevOps workflows, […]

Read Article >

Using Artifactory as Docker Registry: Cloud vs. On-Prem

What Is Artifactory?  Artifactory is a universal repository manager designed to store, manage, and distribute software artifacts and containers across development and deployment pipelines. It acts as a centralized solution for managing binary artifacts such as Docker images, Maven libraries, and npm packages. By providing a unified interface, Artifactory simplifies dependency management, version control, and […]

Read Article >

9 Jenkins Build Triggers and How to Use Them Effectively

What Are Jenkins Build Triggers?  Jenkins build triggers are mechanisms that start a build process in Jenkins. Triggers determine when and under what conditions a build should be initiated. This automation is crucial for continuous integration and continuous deployment (CI/CD), as it allows developers to integrate code changes more frequently, identifying issues early in the […]

Read Article >

9 ArgoCD Alternatives to Check Out in 2025

What Is Argo CD?  Argo CD is a declarative, GitOps continuous delivery (CD) tool for Kubernetes. It is an open source solution that has achieved Graduated status in the Cloud Native Computing Foundation (CNCF). It offers a UI, CLIs, and APIs, making it accessible for both developers and administrators to manage and deploy applications. Argo […]

Read Article >

6 Types of Kubernetes Health Checks and Using Them in Your Cluster

What Is a Kubernetes Health Check?  Kubernetes health checks determine the health state of applications running in pods. They ensure applications operate as expected, enhancing the reliability and stability of your Kubernetes cluster. Health checks can identify and remedy issues automatically, like restarting containers that are not functioning correctly. They are crucial for maintaining high […]

Read Article >