Skip to content
Snippets Groups Projects
TODOS.md 1.04 KiB
Newer Older
# Todos for the assignment

#### General
- [ ] Concept refinements 
- [ ] Redraw that project setup diagram

## App Repository
- [x] CI config & script
- [ ] Working Container Registry or other form of application deployment --> infra repo
derrabauke's avatar
derrabauke committed
- [ ] Write helm charts which includes the client and server workloads
derrabauke's avatar
derrabauke committed
  - [ ] update charts to pull image from gitlab registry?
derrabauke's avatar
derrabauke committed
  - [x] client helm chart
  - [ ] server/backend chart with mongodb dependency
    - [x] backend image running
    - [x] mongodb pvc setup working
    - [x] connect backend <-> mongodb
derrabauke's avatar
derrabauke committed
    - [ ] working replicaCount increase
  - [ ] Document test setup in minikube for testing the helm charts?

### Client
- [x] Test pipeline
derrabauke's avatar
derrabauke committed
- [x] Build pipeline
derrabauke's avatar
derrabauke committed
- [x] Dockerfile

### Server
- [x] Test pipeline
derrabauke's avatar
derrabauke committed
- [x] Build pipeline
derrabauke's avatar
derrabauke committed
- [X] Dockerfile

## Infra Repository
derrabauke's avatar
derrabauke committed
- [x] Add repository
derrabauke's avatar
derrabauke committed
- [ ] document setup in README.md
- [ ] CI config & script
- [ ] Setup Kubernetes
  - [ ] Test Env
  - [ ] Production Env
- [ ] Working Deployment Automation
- [ ] Test Scaling
- [ ] FQDN
- [ ] Prometheus Monitoring