From a658985901fd1f63fe87dcd4ad30957539b7973f Mon Sep 17 00:00:00 2001 From: AneeshPunathil <67736075+AneeshPunathil@users.noreply.github.com> Date: Wed, 21 Apr 2021 14:58:42 +0530 Subject: [PATCH] Updated links --- examples/citrix-adc-in-istio/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/citrix-adc-in-istio/README.md b/examples/citrix-adc-in-istio/README.md index 9ff8f67..416d578 100644 --- a/examples/citrix-adc-in-istio/README.md +++ b/examples/citrix-adc-in-istio/README.md @@ -12,13 +12,13 @@ Bookinfo application is the Helloworld of Istio environment. This application di ## A) Deploying Citrix ADC as Ingress Gateway -Follow the link "Deploy Citrix ADC as an Ingress Gateway using Helm charts" in [deployment guide](https://github.com/citrix/citrix-istio-adaptor/tree/master/docs/istio-integration#deployment-options). Citrix ADC can either be CPX or VPX/MPX. The given bookinfo deployment should work fine in both cases. +Follow this link to deploy Citrix ADC as ingress gateway using helm charts. [Deploy Citrix ADC as an Ingress Gateway in Istio environment using Helm charts](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-adc-istio-ingress-gateway). Citrix ADC can either be CPX or VPX/MPX. The given bookinfo deployment should work fine in both cases. - **Important Note:** For deploying Citrix ADC VPX or MPX as ingress gateway, you should establish the connectivity between Citrix ADC VPX or MPX and cluster nodes. This connectivity can be established by configuring routes on Citrix ADC as mentioned [here](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/docs/network/staticrouting.md) or by deploying [Citrix Node Controller](https://github.com/citrix/citrix-k8s-node-controller). ## B) Deploying Citrix ADC Sidecar Injector -Follow the link "Deploy Citrix ADC CPX as a sidecar using Helm charts" in [deployment guide](https://github.com/citrix/citrix-istio-adaptor/tree/master/docs/istio-integration#deployment-options). Citrix ADC CPX will be injected as a sidecar on the labeled namespace. If you do not wish to inject sidecar, this step can be skipped. In that case, Citrix ADC will only act as an Ingress Gateway. +Follow this link to deploy Citrix ADC as ingress gateway using helm charts. [Deploy Citrix ADC CPX as a sidecar in Istio environment using Helm charts](https://github.com/citrix/citrix-helm-charts/tree/master/citrix-cpx-istio-sidecar-injector). Citrix ADC CPX will be injected as a sidecar on the labeled namespace. If you do not wish to inject sidecar, this step can be skipped. In that case, Citrix ADC will only act as an Ingress Gateway. ## C) Deploying Bookinfo