Operational Scenarios Catalog
This section hosts the practical execution layer of the portfolio. Each entry is structured as a Standard Operating Procedure (SOP), simulating real-world infrastructure tickets requiring configuration, troubleshooting, and validation in a live environment.
The objective is to demonstrate resolution capabilities under technical constraints aligned with industry standards (LFCS/RHCSA).
🏗️ Environment Topology (Standard Operating Environment)
Section titled “🏗️ Environment Topology (Standard Operating Environment)”All scenarios run on a standardized 7-node cluster. This topology simulates a three-tier architecture (Web, App, Data) with nested virtualization capabilities.
Node Inventory
Section titled “Node Inventory”| Role | Hostname | Function / Business Context |
|---|---|---|
| Management | terminal | Operations Controller (Bastion Host) and main CLI. |
| Web Tier | web-srv1 | SSL Termination, Reverse Proxy, and HTTP Server. |
| App Tier | app-srv1 | Business logic execution and internal APIs. |
| Data Tier | data-001/002 | Persistence, databases, and raw block storage. |
| Virtualization | kvm-001 | Libvirt hypervisor for server consolidation. |
| Containers | docker-001 | Runtime for microservices and lightweight orchestration. |
🚀 Available Procedures
Section titled “🚀 Available Procedures”Select a scenario to view engineering requirements and implementation strategy.
01 - Time Management (NTP/Chrony) Configuration of time clients to ensure transactional consistency in distributed systems.
02 - L7 Load Balancing (Nginx) Implementation of Reverse Proxy and HTTP traffic balancing for internal applications.
03 - Storage & LVM Elastic volume management: Hot resizing and Physical Volume lifecycle management.
04 - KVM Orchestration Provisioning of virtual machines (VMs) and lifecycle management using Virsh.