-
-
-
Deploy NetScaler ingress controller with OpenShift router sharding support
-
Deploy NetScaler Ingress Controller using NetScaler Operator
-
Deploy NetScaler Ingress Controller with CPX using NetScaler Operator
-
Deploy NetScaler Observability Exporter using NetScaler Operator
-
Deploy NetScaler CPX as an Ingress in Azure Kubernetes Engine
-
Deploy NetScaler ingress controller in an Azure Kubernetes Service cluster with NetScaler VPX
-
Deploy NetScaler ingress controller for NetScaler with admin partitions
-
Multi-cloud and GSLB solution with Amazon EKS and Microsoft AKS clusters
-
-
SSL certificate for services of type LoadBalancer through the Kubernetes secret resource
-
BGP advertisement for type LoadBalancer services and Ingresses using NetScaler CPX
-
NetScaler CPX integration with MetalLB in layer 2 mode for on-premises Kubernetes clusters
-
Advanced content routing for Kubernetes Ingress using the HTTPRoute CRD
-
IP address management using the NetScaler IPAM controller for Ingress resources
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Deploy the NetScaler Ingress Controller on a Rancher managed Kubernetes cluster
Rancher is an open-source platform with an intuitive user interface that helps you to easily deploy and manage Kubernetes clusters. Rancher supports Kubernetes clusters on any infrastructure be on cloud or on-premises deployment. Rancher also allows you to centrally manage multiple clusters running across your organization.
The NetScaler Ingress Controller is built around the Kubernetes Ingress and it can automatically configure one or more NetScalers based on the Ingress resource configuration. You can deploy the NetScaler Ingress Controller in a Rancher managed Kubernetes cluster to extend the advanced load balancing and traffic management capabilities of NetScaler to your cluster.
Prerequisites
You must create a Kubernetes cluster and import the cluster on the Rancher platform.
Deployment options
You can either deploy NetScaler CPXs as pods inside the cluster or deploy a NetScaler MPX or VPX appliance outside the Kubernetes cluster.
Based on how you want to use NetScaler, there are two ways to deploy the NetScaler Ingress Controller in a Kubernetes cluster on the Rancher platform:
-
As a sidecar container alongside NetScaler CPX in the same pod: In this mode, NetScaler Ingress Controller configures the NetScaler CPX.
-
As a standalone pod in the Kubernetes cluster: In this mode, you can control the NetScaler MPX or VPX appliance deployed outside the cluster.
Deploy the NetScaler Ingress Controller as a sidecar with NetScaler CPX
In this deployment, you can use the NetScaler CPX instance for load balancing the North-South traffic to microservices in your Kubernetes cluster. NetScaler Ingress Controller is deployed as a sidecar alongside the NetScaler CPX container in the same pod using the citrix-k8s-cpx-ingress.yaml
file.
Perform the following steps to deploy the NetScaler Ingress Controller as a sidecar with NetScaler CPX on the Rancher platform.
-
Download the
citrix-k8s-cpx-ingress.yaml
file using the following command.wget https://raw.githubusercontent.com/citrix/citrix-k8s-ingress-controller/master/deployment/baremetal/citrix-k8s-cpx-ingress.yml
- On the Rancher GUI cluster page, select Clusters from Global view.
- From the Clusters page, open the cluster that you want to access.
- Click
Launch kubectl
to open a terminal for interacting with your Kubernetes cluster. - Create a file named
cpx.yaml
in the launched terminal and then copy the contents of the modifiedcitrix-k8s-cpx-ingress.yaml
file to thecpx.yaml
file. -
Deploy the newly created YAML file using the following command.
kubectl create -f cpx.yaml
-
Verify if NetScaler Ingress Controller is deployed successfully using the following command.
kubectl get pods --all-namespaces
Deploy the NetScaler Ingress Controller as a standalone pod
In this deployment, NetScaler Ingress Controller which runs as a stand-alone pod allows you to control the NetScaler MPX, or VPX appliance from the Kubernetes cluster. You can use the citrix-k8s-ingress-controller.yaml
file for this deployment.
Before you begin: Ensure that you complete all the prerequisites required for deploying the NetScaler Ingress Controller.
To deploy the NetScaler Ingress Controller as a standalone pod on the Rancher platform:**
-
Download the
citrix-k8s-ingress-controller.yaml
file using the following command:wget https://raw.githubusercontent.com/citrix/citrix-k8s-ingress-controller/master/deployment/baremetal/citrix-k8s-ingress-controller.yaml
-
Edit the
citrix-k8s-ingress-controller.yaml
file and enter the values of the environment variable using the information in Deploy NetScaler Ingress Controller as a pod.Note: To update the
Status.LoadBalancer.Ingress
field of the Ingress resources managed by the NetScaler Ingress Controller with the allocated IP addresses, you must specify the command line argument--update-ingress-status yes
when you start the NetScaler Ingress Controller. For more information, see Updating the Ingress status for the Ingress resources with the specified IP address. - On the Rancher GUI cluster page, select Clusters from Global view.
- From the Clusters page, open the cluster that you want to access.
- Click
Launch kubectl
to open a terminal for interacting with your Kubernetes cluster. - Create a file named
cic.yaml
in the launched terminal and then copy the content of the modifiedcitrix-k8s-ingress-controller.yaml
file tocic.yaml
. -
Deploy the
cic.yaml
file using the following command.kubectl create -f cic.yaml
-
Verify if the NetScaler Ingress Controller is deployed successfully using the following command.
kubectl get pods --all-namespaces
Share
Share
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.