Kubernetes sample micro services based application (containers talk through REST API)

7/28/2016

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!

-- Efrat Levy
kubernetes

2 Answers

8/2/2016

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.

-- Eliel Haouzi
Source: StackOverflow

8/2/2016

You can find a list of application examples in the kubernetes github repo. The Guestbook application will be a good start.

-- ivan.sim
Source: StackOverflow