VMware tutorial - IT technology blog

Configuring vCenter Server High Availability (vCenter HA): Eliminating the Single Point of Failure in Your vSphere Environment

A step-by-step guide to configuring vCenter Server High Availability (vCenter HA) on VCSA 8.0, covering the Active-Passive-Witness architecture, HA network configuration, failover testing, and practical operational tips from a production environment. Eliminate the single point of failure in your vSphere management layer with automatic failover in 4–8 minutes.
MySQL tutorial - IT technology blog

MySQL Semi-synchronous Replication: Zero Data Loss Without Group Replication

MySQL Semi-synchronous Replication ensures zero data loss for production databases by requiring at least one slave to acknowledge receipt of the binlog before the master commits. This article compares async, semi-sync, and Group Replication, analyzes when each is appropriate, and provides a step-by-step deployment guide from enabling the plugin to real-world monitoring.