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/how-to/MongoDB-single-tier-solution.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,16 +38,17 @@ Perform the following after you deploy the Citrix ADC VPX:
38
38
39
39
>**Note:**
40
40
>It is not mandatory to use SNIP as `NS_IP`. If the management IP address of the Citrix ADC is reachable from the Citrix ingress controller then you can use the management IP address as `NS_IP`.
41
+
41
42
3. Create a [Citrix ADC system user account](https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/deploy/deploy-cic-yaml/#create-system-user-account-for-citrix-ingress-controller-in-citrix-adc) specific to the Citrix ingress controller. The Citrix ingress controller uses the system user account to automatically configure the Tier-1 Citrix ADC.
42
43
43
44
1. Configure Citrix ADC VPX to forward DNS queries to CoreDNS pod IP addresses in the Kubernetes cluster.
44
45
45
-
add dns nameServer <core-dns-pod-ip-address>
46
+
add dns nameServer <core-dns-pod-ip-address>
46
47
47
-
For example, if the pod IP addresses are 10.244.0.2 and 10.244.0.3, configure the name servers on Citrix ADC VPX as:
48
+
For example, if the pod IP addresses are 10.244.0.2 and 10.244.0.3, configure the name servers on Citrix ADC VPX as:
48
49
49
-
add dns nameServer 10.244.0.3
50
-
add dns nameServer 10.244.0.2
50
+
add dns nameServer 10.244.0.3
51
+
add dns nameServer 10.244.0.2
51
52
52
53
## Deploy the Citrix Ingress solution for MongoDB
53
54
@@ -61,7 +62,7 @@ Perform the following steps to deploy the Citrix Ingress solution for MongoDB.
61
62
62
63
1. Create a Kubernetes secret with the user name and password for Citrix ADC VPX.
1. Download the [cic-configmap.yaml](https://raw.githubusercontent.com/citrix/citrix-observability-exporter/master/examples/elasticsearch/cic-configmap.yaml) file and then deploy it using the following command.
67
68
@@ -125,7 +126,7 @@ Perform the following steps to deploy the Citrix Ingress solution for MongoDB.
125
126
126
127
**Note:** You must set the Elasticsearch server details in the ELKServer environment variable either based on an IP address or the DNS name, along with the port information.
127
128
128
-
Following is shows a sample ConfigMap file.
129
+
Following is a sample ConfigMap file.
129
130
130
131
131
132
```yml
@@ -195,9 +196,9 @@ Perform the following steps to verify observability for MongoDB traffic.
195
196
196
197
1. Configure your client application for MongoDB to point to the virtual IP address of the Tier-1 Citrix ADC VPX.
197
198
198
-
For example:
199
+
For example:
199
200
200
-
mongodb://<vip-of-vpx>:27017/
201
+
mongodb://<vip-of-vpx>:27017/
201
202
202
203
2. Send multiple requests (for example insert, update, delete) to the MongoDB database using your MongoDB client application. The transactions are uploaded to the Elasticsearch server.
0 commit comments