Update Kubernetes Deployment after pushing image to Docker Hub

I recently moved FilePreviews.io’s workers deployment to Kubernetes in Google Container Engine. After setting the workers up as a Deployment I wondered how this would fit with my current setup for continuous deployment. On a previous setup, I relied on Docker Hub to automatically build, push tagged images, and notify Rancher via a webhook. I… Continue reading Update Kubernetes Deployment after pushing image to Docker Hub