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
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
Summary ArgoCD is a CNCF project that implements GitOps continuous delivery for Kubernetes by continuously reconciling the live cluster state with the desired
Summary Blue/Green Deployment is a release strategy where two identical production environments (blue and green) run in parallel, allowing traffic to be
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
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
Summary CI/CD combines Continuous Integration and Continuous Delivery (or Deployment) into a unified pipeline that automates the path from code commit to
Summary Continuous Delivery is a practice in which software is kept in a continuously releasable state through automated build, test, and staging pipelines,
Summary Continuous Deployment is the practice of automatically deploying every change that passes automated tests directly to production, removing all manual
Summary Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository, where each merge triggers an automated build
Summary A Docker Registry is a server-side application that stores and distributes container images, acting as the repository from which container runtimes pull
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
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
Summary GitOps is an operational model where the entire desired state of infrastructure and applications is stored in Git, and automated controllers
Summary Harness is an enterprise software delivery platform that combines CI/CD automation, GitOps, feature flags, cloud cost optimization, and security
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