a research program, that seeks to understand the capabilities that drive software delivery and operations performance
mostly known for DORA Metrics, although that name never appears on their site:
Deployment Frequency
Lead Time for Changes
Mean Time to Recover
Change Failure Rate
DoS = Denial of Service
DSR = Direct Server Return
A load balancing mechanism in which inbound packets flow from switch to LB to backend, and response (outbound) ones return to the switch, bypassing the LB. This is possible because the LB modifies the MAC addresses on the inbound packets
Preserves the source addresses of the clients, unlike proxy-based LB
In GCP, used by the “External TCP/UDP network load balancer”