Kubernetes: Multiple Services/Replication Controllers

6/10/2016

We're looking for direction on how to set up services and replication controllers for multiple microservices. I see a lot of examples on the internet that demonstrate a single service; I'm not sure how to configure each service separately. Are there examples out there that anyone can point to?

-- Jeremy Pulcifer
docker
kubernetes

1 Answer

6/11/2016

The Guestbook example shows a multi-tier web application that uses multiple services and multiple replication controllers.

-- Robert Bailey
Source: StackOverflow