-
-
-
-
-
NetScaler CPX
-
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!
NetScaler CPX
NetScaler CPX is the recommended ingress controller for Citrix SecurSpaces™, and the only one the SecurSpaces Helm chart deploys for you.
It works out of the box. The chart installs NetScaler CPX, wires it to the platform, and applies the settings SecurSpaces needs. You do not have to configure the controller separately.
Important:
NetScaler CPX does not currently work on Google GKE. This is a known issue with a fix in progress and no date yet. On GKE, use NGINX or the Kubernetes Gateway API, and contact Citrix for the current status. Other platforms are unaffected.
What the chart sets up
Understanding what is already handled saves you repeating it by hand.
| Area | What you get |
|---|---|
| The controller | NetScaler CPX is installed as part of the SecurSpaces release, with its licence accepted and exposed through a LoadBalancer service |
| Ports | 80 and 443 for the platform, plus a port for SSH to workspaces and one for the VDI agent |
| Connection handling | HTTP and TCP profiles with WebSocket and HTTP/2 enabled, which is what the Cloud IDE needs to hold a session open |
| Backend security | Client authentication on the front end, and TLS to the frontend and central services |
| SSH to workspaces | A dedicated SSH ingress, created automatically, routed to the workspace service over TCP |
The SSH ingress is the difference worth knowing about. With other controllers you build that path yourself.
Selecting it
NetScaler CPX is chosen in the configuration file the installer generates:
platform:
useNetscalerController: true
ingressClass: netscaler-cpx-ingress
sslCertificateSecret: <your-tls-secret>
<!--NeedCopy-->
ingressClass must match the class the controller watches. netscaler-cpx-ingress is the value the chart
uses; if you change one, change both.
sslCertificateSecret names a TLS secret in the release namespace, covering your platform domain, your proxy
domain, and the wildcard proxy subdomain. See
Install with the Strong Installer CLI.
Verify
After the release is deployed:
kubectl get pods -n strong-network
kubectl get ingress -n strong-network
kubectl get svc -n strong-network
<!--NeedCopy-->
You should see the CPX pod running, an external address on the LoadBalancer service, and an ingress for the platform alongside one for SSH.
If the LoadBalancer address stays pending, your cluster has no load balancer provider or no free address in its range. That is a cluster-level problem rather than a SecurSpaces one.
Using an existing NetScaler
If you already run NetScaler in front of your cluster, point SecurSpaces at it rather than letting the chart
deploy CPX: leave useNetscalerController off, and set ingressClass to the class your existing controller
watches. The chart still applies the NetScaler-specific annotations when the class name begins with
netscaler.
Related information
- NetScaler CPX documentation — the product documentation for CPX itself, including scaling, licensing, and advanced configuration
- Ingress
- Install with the Strong Installer CLI
- System requirements
Share
Share
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix 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 Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.