Ci-Cd

Articles

Articles

SearchTopic
ARTIFICIAL INTELLIGENCE CI/CD CLOUD NATIVE DEVOPS HASHICORP INFRASTRUCTURE AS CODE PLATFORM ENGINEERING SECURITY
Author
Martin Buchleitner Edmund Haselwanter Juergen Brueder Paul Strebenitzer Matthias Theuermann Marina Brooks Infralovers Team Theresa Wallas Miriam Grainer Jan Klare

Ansible AWX

Summary Ansible AWX is the open-source web-based interface and API server for Ansible that enables teams to manage, schedule, and audit automation jobs with

ArgoCD

Summary ArgoCD is a CNCF project that implements GitOps continuous delivery for Kubernetes by continuously reconciling the live cluster state with the desired

Blue/Green Deployment

Summary Blue/Green Deployment is a release strategy where two identical production environments (blue and green) run in parallel, allowing traffic to be

Canary Release

Summary A Canary Release routes a small percentage of production traffic to a new software version while the rest continues on the stable version, enabling

CI/CD

Summary CI/CD stands for Continuous Integration and Continuous Delivery (or Deployment), and refers to a set of practices and tooling that automate the process

CI/CD (Continuous Integration/Continuous Delivery)

Summary CI/CD combines Continuous Integration and Continuous Delivery (or Deployment) into a unified pipeline that automates the path from code commit to

Continuous Delivery

Summary Continuous Delivery is a practice in which software is kept in a continuously releasable state through automated build, test, and staging pipelines,

Continuous Deployment

Summary Continuous Deployment is the practice of automatically deploying every change that passes automated tests directly to production, removing all manual

Continuous Integration

Summary Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository, where each merge triggers an automated build

Docker Registry

Summary A Docker Registry is a server-side application that stores and distributes container images, acting as the repository from which container runtimes pull

GitHub Actions

Summary GitHub Actions is GitHub's native automation platform that enables teams to build, test, and deploy code by defining event-driven workflows as YAML

GitLab CI

Summary GitLab CI is GitLab's built-in CI/CD system where pipelines are defined as YAML in a .gitlab-ci.yml file, enabling automated build, test, and deployment

GitOps

Summary GitOps is an operational model where the entire desired state of infrastructure and applications is stored in Git, and automated controllers

Harness

Summary Harness is an enterprise software delivery platform that combines CI/CD automation, GitOps, feature flags, cloud cost optimization, and security

Jenkins

Summary Jenkins is the most widely adopted open-source CI/CD automation server, enabling teams to define build, test, and deployment pipelines through a rich

Previous page
Showing of
Next page