Optimising Kubernetes deployment with local continuous development tooling
gawbul.io·24w
Preview
Report Post

Skaffold Terminal

Something I’ve noticed through my work with Kubernetes is that it can be challenging to test things properly locally before deploying.

There are plenty of tools for testing things in continuous integration pipelines and as part of continuous deployment, but there aren’t many tools for increasing your confidence that your Kubernetes-based application (code and associated Helm charts, for example), will deploy properly without issues the first time.

I’ve seen people deploying to a dev cluster to test changes without first doing any checks locally. It’s a bit like Russian roulette, and the feedback loop is slow, especially if you need to first push a change to a …

Similar Posts

Loading similar posts...