What does the Gin+Nextjs Stack consist of?
- APP: application framework, inculding:
- Gin framework as backend
- Nextjs framework as frontend
- SCM: Using GitHub to manage source code
- App Definition: Defining applications with helm
- CI: Building docker images with GitHub Action
- Docker Registry: Using GitHub Packages to store docker images
- CD: Using Argo CD for
GitOps
continuous delivery - Logging: Using Loki to store logs
- Monitoring: Using Prometheus to collect metrics
- Dashboard: Visualizing by Grafana dashboards
- Remote Development: Using Nocalhost to develop inside cluster