Recap
So far, we've used various tools to manage our (mainly local) infrastructure:
- Docker Compose for local development
- Helm/Kubernetes for local Kubernetes testing
We're at the final step of deploying our system to production, namely we need to manage our hardware. We used the AWS console to manually spin up instances last week, what could go wrong with this approach?