This application is a sample microservice application you can use as a sandbox to test and learn containerised application orchestration and monitoring techniques. It is not intended to be a comprehensive reference example of how to write a microservices application, although you will better understand some of those concepts by playing with this application . To be clear, the error handling is patchy and there is not any security built into the application.
every microservice has dockerfile assciated with it and EKS manifests,Helm charts are provided in this repository .
This sample microservice application has been built using these technologies:
- NodeJS [(Express)]
- Java (Spring Boot)
- Python (Flask)
- Golang
- PHP (Apache)
- MongoDB
- Redis
- MySQL (Maxmind data)
- RabbitMQ
- Nginx
- AngularJS (1.x)
checkout EKS cluster setup using eksctl (EKS.md)
for setuping EKS cluster with EBS volumes and additional resourses.
after setupping EKS cluster using Eksctl and provisioning service accounts
To deploy application with helm charts u can take help of (HELM.md) and deploy the application using these helm templates provided in repo (helm_charts)
package helm and push to artifact helm checkout this blog for push your helm to artifact hub (blog)