Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.71 KB

File metadata and controls

50 lines (32 loc) · 1.71 KB

Udacity Capstone Hello World App

Quality Gate Status CircleCI

Table of contents

App Pre-requisites

Run app locally

Execute the below gradle command to run app locally at port 8080

./gradlew bootRun

App in k8s

The app is available under the url with an endpoint hello deployed in k8s

http://k8s-udacitys-udacityc-6906a8db33-1677773899.us-east-1.elb.amazonaws.com/hello

Helm Charts

Helm charts can be found in directory micro-service

It creates a deployment, service and ingress k8s resource needed for the app.

Rolling Deployment Strategy is chosen.

Screenshots

Screenshots can be found in directory screenshots One of the successful job link

Udacity eks infrastructure

EKS infrastructure for udacity capstone project can be found here