Introduction
Bootiful Micro Pizza is a simple pizza shop website for the purposes of learning about microservices deployed via Kubernetes in AWS.
The website is built using Angular and the microservices are built using Spring Boot/Cloud. Each service is deployed into a Kubernetes cluster in AWS (EKS) with CI/CD provided by Jenkins, also deployed in the Kubernetes cluster.
Architecture
Source code and deployment
The source code can be found in GitHub.
Due to the costs of running an EKS cluster in AWS, this project is not currently deployed.