Sep 4, 2018 · 1 min read
We used terraform to “deploy” (provision) the old system. We had a small script that would zip up lambdas then push them and new API Gateway deployment with terraform.
Now we deploying using Kustomize and kubectl. Kustomize is extremely simple and powerful, it essentially just renders YAML that you can pipe out to kubectl. Its really nice for creating a base configuration for a kubernetes deployment then applying minor changes (like config) to your different environments.
