NAT - CI/CD用語集の定義
NAT(Network Address Translation)は、パケットヘッダを書き換えることで多数のプライベートな内部アドレスを1つ以上のパブリックIPにマッピングし、プライベートサブネット上のrunnerの群れが共有ゲートウェイを通じてインターネットに到達できるようにします。
関連ガイド
Reverse DNS - CI/CD Glossary DefinitionReverse DNS maps an IP address back to a hostname via a PTR record, used for logging, mail server trust, and…
Ephemeral Port - CI/CD Glossary DefinitionAn ephemeral port is a short-lived high-numbered port the OS assigns to the client side of each outbound conn…
HTTP Keep-Alive - CI/CD Glossary DefinitionHTTP keep-alive reuses one TCP connection for multiple requests instead of reconnecting each time, removing h…