presented to you1
Lean Cloud Starterkit
presented to you2
Setup Lean Infrastructure
Local
Dev
ProductionGitHub
Ops Server
Jenkins
Docker
SonarQube
Reverse Proxy (nginx)
Test VM Custer Production VM Custer
Docker Docker
consul consul
container
container
container
container
container
container
ELK
presented to you3
Git Concept based on GitHub
Master
Feature
Pull Request
Review
Automated Test of Pull Request (Pre Deployment)
Automatic Merge to Master
Blue Green Deployment (Auto Post Deployment Test)
Roleout: A/B Testing + Feature Toggle
presented to you4
Script to setup VMs for local dev, cloud test and prod stages
Software as a code to create base vm with Ansible for
Local Dev
Test Stage
Prod Stage
Configure and install docker and the vms with Ansible.
presented to you5
Create Service Container: Frontend with Backend for Frontend with
Auth.
• React
• NodeJS
• MongoDB
• Webpack (…) / Gulp
• Mocha (Testing) /
• Selenium
• Seperated Folder with Dockerfile

Lean Cloud Starterkit - Beta

  • 1.
    presented to you1 LeanCloud Starterkit
  • 2.
    presented to you2 SetupLean Infrastructure Local Dev ProductionGitHub Ops Server Jenkins Docker SonarQube Reverse Proxy (nginx) Test VM Custer Production VM Custer Docker Docker consul consul container container container container container container ELK
  • 3.
    presented to you3 GitConcept based on GitHub Master Feature Pull Request Review Automated Test of Pull Request (Pre Deployment) Automatic Merge to Master Blue Green Deployment (Auto Post Deployment Test) Roleout: A/B Testing + Feature Toggle
  • 4.
    presented to you4 Scriptto setup VMs for local dev, cloud test and prod stages Software as a code to create base vm with Ansible for Local Dev Test Stage Prod Stage Configure and install docker and the vms with Ansible.
  • 5.
    presented to you5 CreateService Container: Frontend with Backend for Frontend with Auth. • React • NodeJS • MongoDB • Webpack (…) / Gulp • Mocha (Testing) / • Selenium • Seperated Folder with Dockerfile