I have my application running in docker swarm, where the application is using the LDAP and MySQL server (not container) very well and everything is working fine. Initially I had source file (config file PHP), which was used in order to reach this LDAP server.
Now I would like to migrate all stuff over openshift (built over Kubernetes).
Does any have idea, how to access LDAP server (not container) from the application (container)?
Or should I be creating my yaml file, so that it should be able to access and reach the LDAP server?
I know, my weird. But I am pretty new in Kubernetes and need some guidelines.
Regards,
Nitin