User Tools

Site Tools


gcp:d

D

  • DHCP = Dynamic Host Configuration Protocol
    • Used to allocated the internal IP addresses of VMs and services depending on VMs like AppEngine or GKE, with leases renewed every 24 hours
  • DEK: Data Encryption Key
    • In Cloud KMS, a key actually used to encrypt data, not to encrypt other keys with AES-256 symmetric key encryption
    • Compare KEK
  • Deployment: in Kubernetes, an object for deploying stateless applications like web servers.
  • 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.
  • DoQ = DNS over QUIC
  • 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