Needed
- Docker
- K3d
- Python 3.10
- PostgreSQL
- Create a
.envfile with the environment variablesPOSTGRES_USER,POSTGRES_PASSWORD docker-compose up
k3d cluster create project -p "80:80@loadbalancer -s 1 -a 1"cd kuberneteskubectl apply -f namespace.yml -f database.yml -f job.yml -f deployment.yml -f service.yml -f ingress.yml- the order of the manifests matters
- Argo CD
- kubectl port-forward svc/argocd-server -n argocd 8080:443