Skip to content
Snippets Groups Projects

Todos for the assignment

General

  • Concept refinements
  • Redraw that project setup diagram

App Repository

  • CI config & script
  • Working Container Registry or other form of application deployment --> infra repo
  • Write helm charts which includes the client and server workloads
    • client helm chart
    • server/backend chart with mongodb dependency
      • backend image running
      • mongodb pvc setup working
      • connect backend <-> mongodb
      • working replicaCount increase
    • Document test setup in minikube for testing the helm charts?

Client

  • Test pipeline
  • Build pipeline
  • Dockerfile

Server

  • Test pipeline
  • Build pipeline
  • Dockerfile

Infra Repository

  • Add repository
  • document setup in README.md
  • CI config & script
  • Setup Kubernetes
    • Test Env
    • Production Env
  • Working Deployment Automation
  • Test Scaling
  • FQDN
  • Prometheus Monitoring