We tried using Kubernetes on Bluemix. We followed - https://console.ng.bluemix.net/docs/containers/cs_tutorials.html#cs_tutorials
Though the service is getting exposed and we do see the public ip address and NodePort we are not able to access the web page through public IP.
When we attach the container we do see that the hello world Python Flask app is working fine and we could access the web page locally at 5000 port.
Unfortunately it is not accessible over public IP address