CI/CD

DevOps glossary terms in CI/CD.

  • Golden Path

    Golden Path is a documented, supported way for teams to build, deploy, and run services using approved tools and templates.

    CI/CD

  • SonarQube

    Static code analysis platform that scans code for bugs, vulnerabilities, and maintainability issues during development and CI.

    CI/CD

  • Spinnaker

    Open-source continuous delivery platform that manages deployment pipelines across Kubernetes and major cloud providers.

    CI/CD

  • Argo CD

    GitOps continuous delivery tool for Kubernetes that syncs deployments from Git and alerts on configuration drift.

    CI/CD

  • Continuous Integration

    Frequent merges to a shared branch with automated builds and tests to detect integration problems early.

    CI/CD

  • Flux CD

    GitOps controller for Kubernetes that syncs cluster resources to desired state defined in Git repositories for automated deployments.

    CI/CD

  • Jenkins

    Open source automation server for CI/CD that runs pipelines to build, test, and deploy software.

    CI/CD

  • Tekton

    Tekton provides Kubernetes-native CI/CD pipeline components for building, testing, and deploying software through declarative, reusable tasks.

    CI/CD

  • Continuous Delivery

    Continuous Delivery automates testing and release readiness for each code change, enabling frequent, reliable deployments with minimal manual effort.

    CI/CD

  • GitOps

    GitOps manages application and infrastructure changes by syncing deployments from Git-defined desired state through automated workflows.

    CI/CD

  • CI/CD Pipeline

    A CI/CD pipeline is an automated workflow that builds, tests, and deploys code changes through repeatable checks before release.

    CI/CD

  • DORA Metrics

    DORA Metrics are four delivery measures tracking deploy frequency, lead time, change failure rate, and recovery time.

    CI/CD