This repository contains Citrix ingress controller built around Kubernetes Ingress.
An Ingress Controller is a controller that watches the Kubernetes API server for updates to the Ingress resource and reconfigures the Ingress load balancer accordingly.
Citrix provides an ingress controller for Citrix ADC MPX (hardware), Citrix ADC VPX (virtualized), and Citrix ADC CPX (containerized) for bare metal and cloud deployments. It is built around Kubernetes Ingress and automatically configures one or more Citrix ADC based on the Ingress resource configuration.
The Citrix ingress controller can be deployed either by directly using yamls or by helm charts.
Features supported by Citrix ingress controller can be found here.
Click here for detailed list of supported platforms and deployments.
For detailed documentation, see Citrix ingress controller Live Documentation.
You can deploy Citrix ingress controller in many platforms. For detailed information, see Deployment Architecture.
Deploy the Guestbook application and use the Citrix ADC CPX to provide the Ingress:
- Quick Deploy using yaml
- Quick Deploy using Helm
- Quick Deploy using Kops
- Deployment in Google Cloud
- Deployment in Azure Cloud
Click here for the release notes of the latest Citrix ingress controller release.
For questions and support the following channels are available:
To request an invitation to participate in the Slack channel, please supply your email address using this form: https://podio.com/webforms/22979270/1633242
Please report the issues in detail. Use the following command to collect the logs:
Get Logs: kubectl logs citrix-k8s-ingress-controller > log_file
You can report the issues using the following forum:
https://discussions.citrix.com/forum/1657-netscaler-cpx/
This project adheres to the Kubernetes Community Code of Conduct. By participating in this project you agree to abide by its terms.