Port Binding - CI/CD用語集の定義
ポートバインディングは、プロセスが接続を待ち受けるためにネットワークポート(例: 0.0.0.0:8080)を予約することです。2つのプロセスが同じポートにバインドするとEADDRINUSEで失敗し、これはCIのサービスコンテナや統合テストの起動エラーの頻繁な原因です。
関連ガイド
Socket - CI/CD Glossary DefinitionA socket is the OS endpoint for network communication, identified by an IP and port. Programs read and write…
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…
NAT - CI/CD Glossary DefinitionNAT rewrites private source addresses to a shared public one so many internal hosts reach the internet throug…