Efrat Levy
Efrat Levy

Reputation: 109

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

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

Answers (2)

ivan.sim
ivan.sim

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

Eliel Haouzi
Eliel Haouzi

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

Related Questions