About Immutable Infrastructure
Immutable Infrastructure uses an immutable operating system to provision Kubernetes clusters. Unlike traditional OS-based clusters, all node configurations are baked into images and remain unchanged after deployment. Cluster upgrades and configuration changes are applied by replacing nodes with new images, ensuring consistency, reliability, and simplified operations throughout the cluster lifecycle.
supports Immutable Infrastructure through pluggable infrastructure providers, each versioned independently from the platform. See Infrastructure Providers for the full provider list and what each provider supports.
Tasks
The following scenarios cover Immutable Infrastructure across the cluster lifecycle.
API Reference
For Cluster API and provider CRD references, see API Reference.