Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (16 loc) · 1.25 KB

Microservices: Zero to Hero

In this workshop, participants will build a fully functional E-Commerce application, using microservices, Weave Net and Scope, Docker Containers and a scheduler such as Kubernetes or Apache Mesos.

Building microservices is hard enough, but on top of that you have to choose a networking tool, service discovery tool, testing tool and continuous delivery engine. In this workshop, participants will build the hugely popular Sock Shop reference application (http://thenewstack.io/start-socks-towards-cloud-native-reference-application/). Participants will learn about:

Course Outline

  • Course overview + showing Sock Shop
  • Put microservice in container
  • write a microservice (language of choice?)
  • Deploy on orchestrator (k8s or minikube)
  • Add a DB container, deploy and connect
  • Install Scope, view app, look in container logs