Immutable Infrastructure - CI/CD Glossary Definition
Immutable infrastructure replaces servers with freshly built images instead of patching them in place, making deploys reproducible and rollback a simple swap.
Related guides
Infrastructure as Code (IaC) - CI/CD Glossary DefinitionInfrastructure as Code (IaC): Infrastructure as code is defining and provisioning infrastructure (servers, ne…
Image Digest - CI/CD Glossary DefinitionAn image digest is the immutable SHA-256 hash identifying an exact container image. Pinning to a digest guara…
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…