I'm looking for a simple application to be deployed on Kubernetes environment, that is divided to docker micro services, that some of the microservices talk to each other with REST API.
Somebody?
I'll be happy to get full details of how to install it on my environment (I have 3 hosts VMs)
Thanks!
Udacity has a free course about "Scalable microservice with Kubernetes" https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615
It is a real good starting point.
You can find a list of application examples in the kubernetes github repo. The Guestbook application will be a good start.