Hi there 👋

Welcome to my blog

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....

July 12, 2023 · 1 min · 173 words · Me

Crossplane Overview

Crossplane Overview For the last little bit I’ve been playing around with Crossplane and thought it’d be cool to provide an overview of the tool. This is both to help myself gain a deeper understanding as well as to share with others how cool this tool is. This article will assume that you have a strong grasp on Kubernetes and its various pieces, as well as a minimal amount of knowledge of Infrastructure as Code....

June 4, 2023 · 2 min · 238 words · Me