Immutable Infrastructure - Definição no Glossário de CI/CD
Immutable infrastructure substitui servidores por imagens recém-construídas em vez de aplicar patch neles no lugar, tornando os deploys reproduzíveis e o rollback uma simples troca.
Guias relacionados
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…