Productionless Kubernetes
So I found out about greenfield project being developed on Kubernetes. It was a sizable project with microservices and the likes. It has been in development for a year.
A collection of 29 posts
So I found out about greenfield project being developed on Kubernetes. It was a sizable project with microservices and the likes. It has been in development for a year.
The other day I spoke to some folks and they were wondering if they should use Service Fabric - Microsoft’s orchestrator. I get it. It powers a sizable chunk of Azure. Microsoft has been successful with it.
Sometimes, we want to run a one-time job during our deployments. For example, running an Entity Framework migration. By creating a console application, packaged as a Docker image, we can run these one-time jobs as a Kubernetes Job upon a...
Companies like Netflix, Spotify, and Uber are poster childs for organizations using microservices successfully. They scale up/down with ease, they add new teams effortlessly, and they experiment with new features without much risk. Meanwhile, we’re still developing the same monolithic...