#infrastructure
Read more stories on Hashnode
Articles with this tag
With testing! ยท First off let's define what zero-downtime deployments are. I'll define it as follows zero downtime deployments = having no additional...
Terraform is a technology for managing infrastructure as code. Many projects would benefit greatly from using it to manage infrastrucutre. GKE is...
1 - Stateless services Stateless services are trivial to scale compared to stateful services. Be mindful of where you persist state and why. To...