Ramblings of a Goon

My personal ramblings

kubernetes

Kubernetes Custom Controller - Part 1

An attempt at writing a Kubernetes custom controller

5 minutes read

Recently, we switched to using Kubernetes for deploying the new version of our application at work. I love Kubernetes. It can handle so many different scenarios. And you can customize it to boot. The customization can take a few different forms, but the one I was most intrigued by were Custom Resource Definitions and Custom Controllers. There are few helpful tools and tutorials out there, but I thought I document my own progress here. I used Kubebuilder to help create the CRD and…

Recent posts

Categories

About