Skip to main content

Gin+Nextjs Stack

What does the Gin+Nextjs Stack consist of?

  1. APP: application framework, inculding:
    1. Gin framework as backend
    2. Nextjs framework as frontend
  2. SCM: Using GitHub to manage source code
  3. App Definition: Defining applications with helm
  4. CI: Building docker images with GitHub Action
  5. Docker Registry: Using GitHub Packages to store docker images
  6. CD: Using Argo CD for GitOps continuous delivery
  7. Logging: Using Loki to store logs
  8. Monitoring: Using Prometheus to collect metrics
  9. Dashboard: Visualizing by Grafana dashboards
  10. Remote Development: Using Nocalhost to develop inside cluster
heighliner