gcp:d
D
- DHCP = Dynamic Host Configuration Protocol
- DEK: Data Encryption Key
- Deployment: in Kubernetes, an object for deploying stateless applications like web servers.
- Compare Service
- Discovery Document: the specification for a GCP API, similar to OpenAPI but not the same
- DLP = Data Loss Prevention
- In GCP, the Cloud DLP API allows for the detection of privacy-sensitive fragments in text, images and GCP storage services.
-
- Defined in RFC 9250
- DORA = DevOps Research and Assessment
- 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”
- aka Direct Routing, aka nPath Routing
- Invented by IBM in the 90s. Minimizes LB load since the return packets do not traverse it.
- Included in the Linux kernel as IPVS (part of LVS) since 2.4
- Durability: a measurement related to data protection
gcp/d.txt · Last modified: 2023/05/18 06:33 by fgm