You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure/service-type-lb-solution-in-aws.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ When you deploy a service in AWS, a load balancer is created automatically and t
10
10
11
11
Citrix IPAM controller is used to automatically allocate IP addresses to services of type LoadBalancer from a specified range of IP addresses. For more information about the Citrix solution for services of type LoadBalancer, see [Expose services of type LoadBalancer](https://github.com/citrix/citrix-k8s-ingress-controller/blob/ef929526a1bd23f30a8677d4494c600f21b7b2a8/docs/network/type_loadbalancer.md).
12
12
13
+
You can deploy the Citrix solution for service of type LoadBalancer in AWS using Helm charts or YAML files.
14
+
13
15
**Prerequisites**
14
16
15
17
- Ensure that the Elastic Kubernetes Service (EKS) cluster version 1.18 or later is running.
@@ -43,7 +45,7 @@ Perform the following steps to configure the Citrix solution for service of type
**Note**: The `guestbook` microservice is a sample used in this procedure. You can deploy an application of your choice. Ensure that the service should be of type LoadBalancer and the service manifest should contain the annotation.
48
+
**Note**: The `guestbook` microservice is a sample used in this procedure. You can deploy an application of your choice. Ensure that the service should be of type LoadBalancer and the service manifest should contain the annotation.
47
49
48
50
1. Associate an elastic IP address with the VIP of Citrix ADC VPX.
49
51
@@ -77,7 +79,7 @@ Perform the following steps to deploy the Citrix solution for service of type Lo
77
79
78
80
1. Deploy the IPAM controller. For information about deploying the IPAM controller, see [Deploy the IPAM controller](https://github.com/citrix/citrix-k8s-ingress-controller/blob/c683c72457e1be74718f72c2f26bbe57105133a2/docs/network/type_loadbalancer.md#step3-deploy-the-ipam-controller).
79
81
80
-
**Note**: Specify the list of Citrix ADC VPX VIPs in the **VIP_RANGE** field of the IPAM deployment YAML file.
82
+
**Note**: Specify the list of Citrix ADC VPX VIPs in the **VIP_RANGE** field of the IPAM deployment YAML file.
81
83
82
84
1. Deploy the application with service type LoadBalancer in Amazon EKS using the following steps:
83
85
@@ -89,7 +91,7 @@ Perform the following steps to deploy the Citrix solution for service of type Lo
**Note**: The `guestbook` microservice is a sample used in this procedure. You can deploy an application of your choice. Ensure that the service should be of type LoadBalancer and the service manifest should contain the annotation.
94
+
**Note**: The `guestbook` microservice is a sample used in this procedure. You can deploy an application of your choice. Ensure that the service should be of type LoadBalancer and the service manifest should contain the annotation.
93
95
94
96
1. Associate an elastic IP address with the VIP of Citrix ADC VPX.
Copy file name to clipboardExpand all lines: docs/network/type_loadbalancer.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,10 +285,7 @@ Perform the following to create a service (`apache`) of type `LoadBalancer`.
285
285
name: apache
286
286
spec:
287
287
externalTrafficPolicy: Local
288
-
loadBalancerIP: "110.217.212.16"
289
288
type: LoadBalancer
290
-
selector:
291
-
name: apache
292
289
ports:
293
290
- name: http
294
291
port: 80
@@ -332,7 +329,7 @@ You can also expose a service of type LoadBalancer manually by specifying an IP
332
329
333
330
When you create a service of type [LoadBalancer](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer), the Citrix ingress controller configures the IP address you have defined in the `spec.loadBalancerIP` field as a virtual IP (VIP) address in Citrix ADC.
334
331
335
-
### **Example:** Expose an Apache application using service of type LoadBalancer
332
+
### **Example:** Expose an Apache application using service of type LoadBalancer by specifying an IP address
0 commit comments