GDC용 Network Gateway는 온프레미스 클러스터에서 고급 네트워킹 기능을 사용 설정하기 위한 핵심 구성요소입니다. 이는 클러스터 네트워크의 속성을 세밀하게 제어할 수 있게 해주는 번들 게이트웨이입니다.
게이트웨이의 중요한 이점은 NetworkGatewayGroup 커스텀 리소스에 지정한 주소 집합에서 유동 IP 주소를 동적으로 할당한다는 것입니다. 인프라가 재부팅되거나 재설정될 때 유동 IP 주소 기능으로 동일한 IP 주소가 다시 사용됩니다. 이 기능은 VPN 터널을 만들거나, 이그레스 NAT와 같은 기능을 실행할 때 또는 BGP 프로토콜을 사용할 때 필수적입니다. 이 모든 기능에는 고정 IP 주소가 필요합니다.
베어메탈용 Google Distributed Cloud 문서의 이그레스 NAT 게이트웨이 구성 안내에는 구성된 NetworkGatewayGroup 리소스 예시가 포함되어 있습니다.
GDC용 Network Gateway는 다음 기능을 지원합니다.
플랫 IP 모드
이그레스 NAT 게이트웨이
BGP 기반 부하 분산기
멀티 클러스터 연결
이그레스 NAT 게이트웨이와 같은 고급 네트워킹 기능으로 특정 노드에 유동 IP 주소를 할당할 때 이를 게이트웨이 노드라고 합니다. 게이트웨이 노드에서 네트워크 인터페이스는 노드의 기본 IP 주소 외에도 하나 이상의 유동 IP 주소로 구성됩니다. 게이트웨이 노드가 실패하면 유동 IP 주소가 다른(게이트웨이) 노드에 매핑되고 고급 네트워킹 기능이 중단 없이 계속 작동합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-03(UTC)"],[[["\u003cp\u003eNetwork Gateway for GDC enables advanced networking features in on-premises clusters, providing fine-grained control over the cluster network.\u003c/p\u003e\n"],["\u003cp\u003eIt dynamically allocates floating IP addresses from a specified set, ensuring consistent IP addresses after reboots or resets for features like VPN tunnels and Egress NAT.\u003c/p\u003e\n"],["\u003cp\u003eThe gateway supports Flat IP mode, Egress NAT gateway, BGP-based Load Balancer, and multi-cluster connectivity.\u003c/p\u003e\n"],["\u003cp\u003eWhen advanced networking features assign floating IPs to a node, it becomes a gateway node, and if that node fails, the floating IPs are reassigned to another gateway node to prevent disruption.\u003c/p\u003e\n"]]],[],null,["# Network Gateway for GDC is the key component for enabling advanced networking\nfeatures in on-premises clusters. It's a\nbundled gateway that gives you fine-grained control over the attributes of your\ncluster network.\n\nAn important benefit of the gateway is the dynamic allocation of\nfloating IP addresses from a set of addresses that you specify in a\n`NetworkGatewayGroup` custom resource. If the infrastructure reboots or resets,\nthe floating IP address capability ensures that it comes back with the same IP\naddress. This capability is key while creating a VPN tunnel, running features\nlike Egress NAT, or when speaking BGP, all of which depend on deterministic IP\naddresses.\n\nThe egress NAT gateway configuration instructions in the\nGoogle Distributed Cloud on bare metal documentation contain an\n[example](/anthos/clusters/docs/bare-metal/latest/how-to/egress-nat#verify_the_gateway_configuration)\nof a configured `NetworkGatewayGroup` resource.\n\nNetwork Gateway for GDC supports the following features:\n\n- Flat IP mode\n- Egress NAT gateway\n- BGP-based Load Balancer\n- Multi-cluster connectivity\n\nWhen advanced networking features, such as egress NAT gateway, assign a floating\nIP address to a specific node, we call that a gateway node. The network\ninterface on a gateway node is configured with one or more floating IP addresses\nin addition to the primary IP address of the node. If a gateway node fails, the\nfloating IP addresses are mapped to a different (gateway) node, and the advanced\nnetworking features continue to work without disruption."]]