How to expose non http(s) service (Redis, MySql) outside k8s|openshift cluster?
Image you deployed a redis in memory data structure server in your cluster. The redis server instance can be accessed no doubt for the pods within the cluster. What you should do if you want it be public accessed from outside. OpenShift Container Platform provides multiple methods for communicating from outside the cluster with services running in the cluster. The recommendation, in order or preference, is: If you have HTTP/HTTPS, use a router. If you have a TLS-encrypted protocol other than ...