netscaler-k8s-node-controller icon indicating copy to clipboard operation
netscaler-k8s-node-controller copied to clipboard

[Feature] Support for a fqdn instead of NS_IP and use certs with NS_CACERTS_PATH

Open BobVanB opened this issue 1 year ago • 2 comments

Feature Request

I would like to start the node controller with a FQDN to connect to the Citrix ADC.

  • And after that the node-controller should check the adc connection with certificates. Something like the ingress-controller: NS_CACERTS_PATH would be nice.

Problem

The citrix adc is not reachable through ip address only with the dns entry its resolvable.

$ curl -v https://netscaler.my.nl 2>&1 | grep '< HTTP'
< HTTP/1.1 200 OK

$ curl -v https://192.168.1.2 2>&1 | grep '< HTTP'
# This is timed out.

Solves

  • local development behind a proxy.
  • possible to update the ip address of the adc through DNS.

BobVanB avatar Sep 15 '23 13:09 BobVanB

Thanks @BobVanB we will review and get back with further updates. @subashd

ankits123 avatar Sep 29 '23 04:09 ankits123

Hi @ankits123 , Is there any progress on this feature request?

With kind regards,

BobVanB avatar Nov 03 '23 12:11 BobVanB