Glossary

Defines key terms used in the Infrastructure Lifecycle Working Group’s writings.

See also: Cloud Native Glossary

If you wish to refer to these definitions outside the scope of the working group’s papers, please note that they have been written in the context of both the CNCF and infrastructure management.

Infrastructure Lifecycle

The continuous process of designing, deploying, operating, updating, and decommissioning infrastructure resources. This lifecycle covers stages from provisioning to maintenance and eventual retirement, with a focus on resilience, security, sustainability, and automation.

Infrastructure as Code (IaC)

A practice where infrastructure is managed and provisioned through machine-readable configuration files, enabling consistency and scalability. Allowing infrastructure to be treated as code, enabling version control, testing, and automation of infrastructure management.

Last modified September 17, 2024: chore: leave out state for now (a3928c5)