Portfolio

Kubernetes Generated Secret
Kubernetes Generated Secret Kubernetes controller to easily generate random secrets inside your cluster.

Simple project to practice building Kuberentes controllers. I tried following best practices when developing the controller like using Kubebuilder to generate the template code and implementing integration tests.

 
Laine Cloud
Laine Cloud Portable ARM based Kubernetes cluster

This is a fun hobby project based around a couple of Raspberry Pi. The goal was to run container based workloads across all of computers. The project has evolved into a Kubernetes cluster with persistent storage and a VPN tunnel to allow for serving of public websites.

 
Alfrodull
Alfrodull Event driven light control

Alfrodull is a utility to easily control LED devices connected to a computer based on predefined events. Everything is configured with a single file, allowing for simple configuration of event type, light color and transition animation in seconds.

 
UCNB
UCNB Unifi Controller Notification Bridge

UCNB is a helper application built to extend the Unifi Controller notifications by allowing more output methods other than eMail. In it core this is just an SMTP server with some logic to forward eMails to other resources. This was initially built to forward notifications to IFTTT so that they trigger notifications in a phone, but it is possible to use this project for many other purposes.