Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated links #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/citrix-adc-in-istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Bookinfo application is the Helloworld of Istio environment. This application di

## <a name="citrix-ingress-gateway">A) Deploying Citrix ADC as Ingress Gateway</a>

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).

## <a name="citrix-sidecar-injector">B) Deploying Citrix ADC Sidecar Injector </a>

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.

## <a name="deploying-bookinfo">C) Deploying Bookinfo</a>

Expand Down