|
1 | | -# NGINX Kubernetes Loadbalancer Solution |
| 1 | +# NGINX Loadbalancer for Kubernetes Solution |
2 | 2 |
|
3 | 3 | <br/> |
4 | 4 |
|
5 | | -## This is the `TCP Installation Guide` for the NGINX Kubernetes Loadbalancer Controller Solution. It contains detailed instructions for implementing the different components for the Solution. |
| 5 | +## This is the `TCP Installation Guide` for the NGINX Loadbalancer for Kubernetes Controller Solution. It contains detailed instructions for implementing the different components for the Solution. |
6 | 6 |
|
7 | 7 | <br/> |
8 | 8 |
|
|
44 | 44 | - Demo application, this install guide uses the NGINX Cafe example, found here: https://github.com/nginxinc/kubernetes-ingress/tree/main/examples/ingress-resources/complete-example |
45 | 45 | - A bare metal Linux server or VM for the external NGINX LB Server, connected to a network external to the cluster. Two of these will be required if High Availability is needed, as shown here. |
46 | 46 | - NGINX Plus software loaded on the LB Server(s). This install guide follows the instructions for installing NGINX Plus on Centos 7, located here: https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-plus/ |
47 | | -- The NGINX Kubernetes Loadbalancer (NLK) Controller, new software from NGINX for this Solution. |
| 47 | +- The NGINX Loadbalancer for Kubernetes (NLK) Controller, new software from NGINX for this Solution. |
48 | 48 |
|
49 | 49 | <br/> |
50 | 50 |
|
|
56 | 56 |
|
57 | 57 | <br/> |
58 | 58 |
|
59 | | -A standard K8s cluster is all that is required. There must be enough resources available to run the NGINX Ingress Controller, and the new NGINX Kubernetes Loadbalancer Controller, and test application like the Cafe Demo. You must have administrative access to be able to create the namespace, services, and deployments for this Solution. This Solution was tested on Kubernetes version 1.23. |
| 59 | +A standard K8s cluster is all that is required. There must be enough resources available to run the NGINX Ingress Controller, and the new NGINX Loadbalancer for Kubernetes Controller, and test application like the Cafe Demo. You must have administrative access to be able to create the namespace, services, and deployments for this Solution. This Solution was tested on Kubernetes version 1.23. |
60 | 60 |
|
61 | 61 | <br/> |
62 | 62 |
|
@@ -279,7 +279,7 @@ stream { |
279 | 279 | # NGINX K8sLB Stream configuration, for L4 load balancing |
280 | 280 | # Chris Akker, Apr 2023 |
281 | 281 | # TCP Proxy and load balancing block |
282 | | -# NGINX Kubernetes Loadbalancer |
| 282 | +# NGINX Loadbalancer for Kubernetes |
283 | 283 | # State File for persistent reloads/restarts |
284 | 284 | # Health Check Match example for cafe.example.com |
285 | 285 | # |
@@ -550,7 +550,7 @@ The name of the Service port is matched to the name of the upstream block in NGI |
550 | 550 |
|
551 | 551 | <br/> |
552 | 552 |
|
553 | | -## 7. Testing NLK NGINX Kubernetes Loadbalancer |
| 553 | +## 7. Testing NLK NGINX Loadbalancer for Kubernetes |
554 | 554 |
|
555 | 555 | <br/> |
556 | 556 |
|
|
0 commit comments