Reputation: 109
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!
Upvotes: 1
Views: 2934
Reputation: 9268
You can find a list of application examples in the kubernetes github repo. The Guestbook application will be a good start.
Upvotes: 1
Reputation: 607
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.
Upvotes: 0