Hacker News new | ask | show | jobs
by stevelacy 1110 days ago
I've built several massive-scale k8s systems for prior companies, all scaled using the underlying built-in primitives without extreme cost. Where do you get the improvement metrics from? For instance: "5x faster deployments"
2 comments

This is based on what we're seeing with our customers + our own experience. One example from a customer is that it was taking them 14 minutes to deploy one service to production. Combination of slow build pipelines + manual process to update a tag in a kustomize file and then manually trigger deploy. Given the automation we have in place, they're not pushing to prod in less than 3 minutes. Everyone's environments are a little different but we're seeing encouraging results.
rand();