WSO2Con EU 2016: Creating Microservices with WSO2 Microservices Framework for Java

15

Transcript of WSO2Con EU 2016: Creating Microservices with WSO2 Microservices Framework for Java

http://blogs.gartner.com/gary-olliffe/2015/01/30/microservices-guts-on-the-outside

https://github.com/wso2/msf4j

••

••

•••••

••••••

••••••••

https://github.com/pcm32/k8s_demo

“Kubernetes, I need 5 Tomcat and one MySQL server running at all times.”

• Pods - Generally represents one or more containers that should be controlled as a single “application".

• Services - A unit that act as a basic load balancer for other containers.

• Replication Controllers - Concept of a replicated pod. Handles horizontal scaling of containers / pods. Maintain the desired number of containers.

https://github.com/pcm32/k8s_demo

Pet Service