From 8f23ce0799dab2a584590db8f355a97634cd00e0 Mon Sep 17 00:00:00 2001 From: Rahul Somasundaram Date: Mon, 19 Feb 2024 09:33:28 +0530 Subject: [PATCH 1/2] added few tips for TCP/UDP Load Balancing --- examples/custom-resources/basic-tcp-udp/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/custom-resources/basic-tcp-udp/README.md b/examples/custom-resources/basic-tcp-udp/README.md index d2bc50fea9..78e9b18e2e 100644 --- a/examples/custom-resources/basic-tcp-udp/README.md +++ b/examples/custom-resources/basic-tcp-udp/README.md @@ -11,6 +11,10 @@ server pods. - As part of Step 2 of those instructions, make sure to deploy the GlobalConfiguration resource and configure the Ingress Controller to use it. - Expose port 5353 of the Ingress Controller both for TCP and UDP traffic. + (Make use of [controller.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/) + and [controller.service.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/) + for exposing Pod and LoadBalancer Port(s) respectively) + 1. Save the public IP address of the Ingress Controller into a shell variable: ```console From 1fa206f372a449e337fb94a29f71c6070d263d2d Mon Sep 17 00:00:00 2001 From: Rahul Somasundaram Date: Tue, 20 Feb 2024 08:41:54 +0530 Subject: [PATCH 2/2] updated config href --- examples/custom-resources/basic-tcp-udp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/custom-resources/basic-tcp-udp/README.md b/examples/custom-resources/basic-tcp-udp/README.md index 78e9b18e2e..ce0c48f3c0 100644 --- a/examples/custom-resources/basic-tcp-udp/README.md +++ b/examples/custom-resources/basic-tcp-udp/README.md @@ -11,8 +11,8 @@ server pods. - As part of Step 2 of those instructions, make sure to deploy the GlobalConfiguration resource and configure the Ingress Controller to use it. - Expose port 5353 of the Ingress Controller both for TCP and UDP traffic. - (Make use of [controller.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/) - and [controller.service.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/) + (Make use of [controller.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/#configuration) + and [controller.service.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/#configuration) for exposing Pod and LoadBalancer Port(s) respectively) 1. Save the public IP address of the Ingress Controller into a shell variable: