diff --git a/README2.md b/README2.md index 9a350fc..64f0b47 100644 --- a/README2.md +++ b/README2.md @@ -2,12 +2,12 @@ [![Advanced Architecture](https://img.shields.io/badge/Architecture-Advanced-red?style=flat-square)](https://github.com/bitbuilder-io/bitbuilder-hypervisor) [![SystemD Ecosystem](https://img.shields.io/badge/SystemD-Ecosystem-blue?style=flat-square)](https://systemd.io/) -[![Git-Ops Native](https://img.shields.io/badge/Git--Ops-Native-orange?style=flat-square)](https://www.gitops.tech/) +[![GitOps Native](https://img.shields.io/badge/GitOps-Native-orange?style=flat-square)](https://www.gitops.tech/) [![Multi-Tenant](https://img.shields.io/badge/Multi--Tenant-Secure-green?style=flat-square)](https://github.com/bitbuilder-io/bitbuilder-hypervisor) -> **🔥 A Git-Ops Orchestrated Multi-Tenant Hypervisor Leveraging Advanced systemd Ecosystem Integration** +> **🔥 A GitOps Orchestrated Multi-Tenant Hypervisor Leveraging Advanced systemd Ecosystem Integration** -**BitBuilder Hypervisor** implements a declarative, immutable infrastructure paradigm through git-ops methodology, providing secure multi-tenant virtualization environments via comprehensive systemd subsystem orchestration. The architecture implements tenant isolation through cryptographically-secured namespace boundaries, leveraging systemd's advanced service management, portable service architectures, and extension image composition patterns. +**BitBuilder Hypervisor** implements a declarative, immutable infrastructure paradigm through GitOps methodology, providing secure multi-tenant virtualization environments via comprehensive systemd subsystem orchestration. The architecture implements tenant isolation through cryptographically-secured namespace boundaries, leveraging systemd's advanced service management, portable service architectures, and extension image composition patterns. --- @@ -44,7 +44,7 @@ - 🔗 **Varlink**: Type-safe, schema-validated IPC for service coordination and management interfaces - 🔄 **D-Bus**: Legacy compatibility and systemd service lifecycle management -### 🔄 Git-Ops Orchestration Workflow +### 🔄 GitOps Orchestration Workflow 1. **Boot-time Repository Synchronization**: systemd-import-generator fetches immutable EFI images 2. **Tenant Configuration Acquisition**: Git repository cloning/pulling for each tenant's declarative configuration @@ -61,7 +61,7 @@ - **Network Segmentation**: Software-defined networking with tenant-specific VLANs and firewall policies - **Storage Isolation**: Encrypted per-tenant storage volumes with key management integration -### 📚 Git-Ops Configuration Management +### 📚 GitOps Configuration Management - **Declarative Infrastructure as Code**: Complete tenant environments defined through version-controlled repositories - **Atomic Deployments**: Git commit-based deployment atomicity with automatic rollback capabilities @@ -106,7 +106,7 @@ # Configure systemd-boot with BitBuilder integration bootctl install --make-machine-id-directory=yes -# Initialize git-ops repository structure +# Initialize GitOps repository structure git clone https://github.com/your-org/bitbuilder-config.git /etc/bitbuilder cd /etc/bitbuilder && git submodule update --init --recursive