DevOps Glossary

Discover and learn all DevOps terms starting with T here.

  • Tekton

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

    CI/CD

  • Terraform

    HashiCorp Terraform provisions and manages cloud and on-prem infrastructure from declarative code for repeatable, versioned deployments.

    Infrastructure Management

  • Terragrunt

    Terragrunt wraps Terraform to manage multi-environment infrastructure with shared configuration and reduced code duplication.

    Configuration Management

  • Terragrunt

    Terragrunt wraps Terraform to share configuration and reduce duplication when managing infrastructure across multiple environments.

    Configuration Management

  • Terragrunt

    Terragrunt wraps Terraform to reuse shared configuration and manage multi-environment infrastructure with less duplicated code.

    Configuration Management

  • Terraform State

    Terraform State is data mapping config to infrastructure, letting Terraform track and change its managed resources.

    Infrastructure as Code