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

Scraper and Web API for The News

I recently found out about http://thenews.im thanks to @gcollazo. The News is a pretty cool project by ahmetsulek that brings together under one same site LayerVault’s Designer News and Y Combinator’s Hacker News. I decided to take advantage of having all those posts from two different sources together and built a scraper for it with Node.js. Once I had all the posts stored… Continue reading Scraper and Web API for The News