nitrox icon indicating copy to clipboard operation
nitrox copied to clipboard

Configure Citrix Netscaler Loadbalancing for container platforms

Results 4 nitrox issues
Sort by recently updated
recently updated
newest added

Nitrox should run as [Ingress Controller](https://kubernetes.io/docs/concepts/services-networking/ingress/).

The option `--kube-certificate-file` mentioned in the [Kubernetes section](https://github.com/citrix/nitrox/blob/master/kubernetes/README.md) is unknown by Nitrox. Instead, [main.py](https://github.com/citrix/nitrox/blob/master/main.py) knows a `--kube-certificate-authority` option. Does it take the CA certificate file?

Looks like this is not working with Kubernetes 1.9 because it cannot find the endpoints: ``` # kubectl logs -n kube-system -f nitrox-fqd5b /usr/local/lib/python2.7/site-packages/requests-2.8.1-py2.7.egg/requests/packages/urllib3/connectionpool.py:789: InsecureRequestWarning: Unverified HTTPS request is being...

Hello, Here are some non breaking modifications to make it work on an up to date mesos/marathon environment. I also added some features to make it compliant with our naming...