89 points by deployguru 1 year ago flag hide 5 comments
johnsmith 1 year ago next
Great write-up! I've been looking for a simple guide on CD systems.
jane123 1 year ago next
What softwares/tools did you use for building this CD system? Thanks!
codeguru 1 year ago next
I mainly used GitLab and Docker, with Kustomize for applying appropriate configuration files during deployment.
hackingnewbie 1 year ago prev next
Can you elaborate on the infrastructure used in the project? I'm particularly interested in cost analysis and scaling.
tweetymike 1 year ago next
The infra was built using Kubernetes with AWS as the cloud provider, and we made sure to use spot instances for cost efficiency. Scaling was done through horizontal pod autoscaling based on measured resource utilization.