IBM / spring-boot-microservices-on-kubernetes

In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
https://developer.ibm.com/code/patterns/deploy-spring-boot-microservices-on-kubernetes
Apache License 2.0
564 stars 287 forks source link

6. Access Your Application -public-IP>:<NodePort> #53

Open NSidharthaN opened 4 years ago

NSidharthaN commented 4 years ago

Hi there Please correct me here . I think it should be \<your-public-IP>:\<NodePort>. And , That is the way it worked for me .

NSidharthaN commented 4 years ago

image