DevOps Glossary

Discover and learn all DevOps terms starting with C here.

  • Chaos Engineering

    Chaos Engineering is a practice of safely injecting failures into a system to observe its behavior and improve reliability.

    Reliability

  • Container

    A lightweight package that bundles an app with everything it needs so it runs the same way anywhere.

    Container Orchestration

  • Custom Resource Definition (CRD)

    A Kubernetes API extension that lets you define new resource types so you can manage your own custom components like built-in Kubernetes objects.

    Container Orchestration

  • Continuous Integration

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

    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

  • 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

  • Cloud

    Internet-based servers and managed services that run apps and store data for you, so you don鈥檛 need to own and maintain the hardware.

    Cloud Computing

  • Container Registry

    A central place to store, version, and share container images so apps can be pulled and run anywhere.

  • Circuit Breaker

    Circuit Breaker is a pattern that pauses calls to failing services to reduce cascading failures during outages.

    Reliability