Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version: v1.11
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:
Host OS: CentOS Linux release 7.6.1810 (Core)
CNI and version: 0.2.0
CRI and version:
Hi Guy,
I am very new in kubernetes, I have a question that how to access the LDAP server which running in pods from external network?
The LDAP server have 6636 and 6389, I have a application server from external need to access this port, I try to create route in OKD / Applications / Routes, but the Routes seems only support “https” traffic.
Does it have any easy way to let the application server from external able to access the LDAP server in pods?
Hi feloy,
Thanks for suggestion.
I try to create the NodePort service, it seems ok to map the ldaps port 6636 to compute node server eth0:30636, the yaml file as below.
But it have 3 compute node host servers, all 3 compute node servers have listening port 30636, but it random access ok on around this 3 host servers, that is telent host1:30636 ok, but next time re-test, it fail, and it auto go to random host server, is it related session persistent thing in kubernetes?
hi,
During my testing the NodePort, it really not stable as using using LDAP browser to connect the NodePort, it sometime work, and most of the time doesn’t work, delete and re-create, work fine, but will fail again later.
I have no idea what the NodePort doing, can help or suggest other method on Kubernetes?