Admission Webhooks are a new feature in Kubernetes since 1.9 that allows you to intercept manifests prior to them being deployed. This gives you a lot of control to do things like inject sidecars, att...
When AWS joined the CNCF everyone got so excited for hosted Kubernetes, and the clickbait articles were produced en masse. As much as I would love an AWS managed K8s, I am not holding my breath. I hav...
The hot new buzz in tech is gRPC. It is a super-fast, super-efficient Remote Procedure Call (RPC) system that will make your microservices talk to each other at lightspeed, or at least that’s what peo...
Stream Processing Systems are one of the most powerful tools you can include in a microservice infrastructure, but from conversations I have had, many developers adopting microservices have not really...
Rest has become a widely accepted standard for API’s. There are a few reasons for this, it is easy to follow, works very much like a web browser does, and as such uses common tools to digest the servi...