Skip to content

Learning project to create a instagram app with CI/CD implementation (Docker, K8s, Travis CI). Written in node, 2 microserves and independant frontend (Angular) with nginx reverseproxy

Notifications You must be signed in to change notification settings

andrewwormald/udagram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udagram

Screenshots:

Github repo:

https://github.com/andrewwormald/udagram


Dockerhub images:

Found: https://hub.docker.com/r/andrewjameswormald/udagram/tags

Tags for service images are:

  • docker push andrewjameswormald/udagram:feed-latest
  • docker push andrewjameswormald/udagram:user-latest
  • docker push andrewjameswormald/udagram:frontend-latest
  • docker push andrewjameswormald/udagram:reverseproxy-latest

Run your code

  1. git add .
  2. git commit -m '{{my commit message}}'
  3. git push

// Travis will begin to build master and automaticall deploy it

// To test the application running in the eks cluster you will need to run kubectl por-forwarding execs on frontend and the reverseproxy

  1. kubectl port-forward services/frontend
  2. kubectl port-forward services/reverseproxy

About

Learning project to create a instagram app with CI/CD implementation (Docker, K8s, Travis CI). Written in node, 2 microserves and independant frontend (Angular) with nginx reverseproxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.6%
  • HTML 7.2%
  • JavaScript 5.7%
  • CSS 4.9%
  • Dockerfile 1.4%
  • Shell 0.2%