osixia / docker-openldap

OpenLDAP container image 🐳🌴
MIT License
4.06k stars 978 forks source link

kompose convert of osixia docker-compose causes networking issue #649

Open j4jes opened 1 year ago

j4jes commented 1 year ago

I tried docker-compose on docker for on an EC2 instance and had no problems contacting it on port 389 from other containers. Recently I used kompose tool to make a kubernetes deployment and service file of the osixia yaml. It seems to be running fine on a EKS cluster. slapd has binded to 389 on the pods host name (not 127.0.0.1) but I still can’t seem to get phpldapadmin or any other container to reach port 389 using telnet, ncat, or curl.

Can anyone suggest what might be going wrong with my openldap deployment inside k8s ??