2 مستودعات
Management of system environments using read-only images to prevent configuration drift.
Distinct from Infrastructure Configuration Managers: None of the candidates cover the architectural pattern of immutable operating systems for infrastructure.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Immutable Infrastructure. Refine with filters or upvote what's useful.
Talos is a minimal, immutable Linux distribution designed specifically for deploying and managing Kubernetes clusters. It functions as an API-driven infrastructure manager that replaces traditional shell access with a declarative gRPC interface to control operating system state and configuration. The system is distinguished by its use of a read-only root filesystem and a security-hardened kernel, which removes standard GNU utilities to reduce the attack surface. It ensures environment consistency by distributing the operating system as versioned, signed images and utilizes TPM-backed verified
Operates a read-only Linux environment to eliminate configuration drift and reduce the system attack surface.
Awesome Fenix is an open-source reference project and comprehensive guide that traces the evolution of software architecture from monolithic systems through microservices, service meshes, and serverless patterns. At its core, it provides a working bookstore application implemented in multiple architectural styles, allowing developers to study the trade-offs and migration paths between each approach through runnable code examples. The project distinguishes itself by treating infrastructure as disposable and reproducible, using Docker and Kubernetes to hide distributed complexity while enabling
Treats infrastructure as disposable and reproducible using Docker images and Kubernetes to hide distributed complexity.