Skip to content

Microblog split to microservices with event-driven architecture

Notifications You must be signed in to change notification settings

unglud/microblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microblog split to microservices with event driven architecture

This is tech demo of a current tech stack.

Tech stack

  • Front: React
  • Back: node
  • Orchestration: Docker -> Kubernetes with Ingres -> Skaffold

How to takeoff

  • Add 127.0.0.1 posts.com to /etc/hosts
  • Install Ingress with Helm
    helm repo add stable https://charts.helm.sh/stable
    helm install stable/nginx-ingress --generate-name
    
  • Run skaffold dev
  • Pray
  • Go to http://posts.com/

About

Microblog split to microservices with event-driven architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published