Coder Social home page Coder Social logo

youngjeong46 / microservices-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jonahjon/microservices-demo

0.0 0.0 0.0 28.73 MB

Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus.

Home Page: https://onlineboutique.dev

License: Apache License 2.0

C# 5.85% Dockerfile 3.88% Shell 3.57% Go 23.06% JavaScript 3.29% Python 45.04% HTML 7.21% Java 4.54% CSS 3.57%

microservices-demo's Introduction

Online Boutique

Continuous Integration

Online Boutique is a cloud-native microservices demo application. Online Boutique consists of a 10-tier microservices application. The application is a web-based e-commerce app where users can browse items, add them to the cart, and purchase them.

THIS IS A FORKED VERSION TO ADAPT TO AMAZON EKS. PLEASE SEE here for the original repo.

Screenshots

Home Page Checkout Screen
Screenshot of store homepage Screenshot of checkout screen

Quickstart (EKS)

  1. Clone this repo.
git clone https://github.com/youngjeong46/microservices-demo
cd microservices-demo
  1. Set your environment variables:
export CLUSTER_NAME=<name of your cluster>
export AWS_REGION=<AWS Region of your choice>
export AWS_ACCOUNT_ID=<AWS Account ID>
  1. Run the shell script
chmod +x aws_demo.sh
./aws_demo.sh
  1. Wait for the Pods to be ready.
kubectl get pods

After a few minutes, you should see:

NAME                                     READY   STATUS    RESTARTS   AGE
adservice-76bdd69666-ckc5j               1/1     Running   0          2m58s
cartservice-66d497c6b7-dp5jr             1/1     Running   0          2m59s
checkoutservice-666c784bd6-4jd22         1/1     Running   0          3m1s
currencyservice-5d5d496984-4jmd7         1/1     Running   0          2m59s
emailservice-667457d9d6-75jcq            1/1     Running   0          3m2s
frontend-6b8d69b9fb-wjqdg                1/1     Running   0          3m1s
loadgenerator-665b5cd444-gwqdq           1/1     Running   0          3m
paymentservice-68596d6dd6-bf6bv          1/1     Running   0          3m
productcatalogservice-557d474574-888kr   1/1     Running   0          3m
recommendationservice-69c56b74d4-7z8r5   1/1     Running   0          3m1s
redis-cart-5f59546cdd-5jnqf              1/1     Running   0          2m58s
shippingservice-6ccc89f8fd-v686r         1/1     Running   0          2m58s
  1. Access the web frontend in a browser using the frontend's ELB address:
kubectl get service frontend-external | awk '{print $4}'

microservices-demo's People

Contributors

ahmetb avatar askmeegs avatar youngjeong46 avatar dependabot[bot] avatar daniel-sanche avatar mathieu-benoit avatar mtwo avatar rghetia avatar nimjay avatar jkwlui avatar orthros avatar sebright avatar djmailhot avatar davidstanke avatar jba avatar didier-durand avatar j-windsor avatar michaelawyu avatar ymotongpoo avatar ocervell avatar kalyanac avatar idvoretskyi avatar di avatar bvwells avatar mrtrustor avatar tps avatar sitaramkm avatar boyum avatar sethtroisi avatar selcukusta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.