Kubernetes Custom Resource
Introduction Lately I’ve been diving deeper into the inner workings of Kubernetes and plan to release multiples blogs on the various pieces that make a cluster “tick”. For starters, I thought I’d write a post on what exactly Kubernetes Custom Resources are and the very important role they play. One of the more important features of the Kubernetes API is the ability to extend the resource types it will recognize. Out of the box you have Pod, Deployment, Service and so on, which are very useful for deploying your applications....