PiCamStudio – A web application for controlling a Raspberry Pi camera.

Whether you’re an aspiring photographer, a DIY enthusiast, or simply curious about the possibilities of Raspberry Pi, PiCamStudio is an open source web app that makes it super easy to take and manage pictures. But first a little history, the Continue reading PiCamStudio – A web application for controlling a Raspberry Pi camera.

Running an open source GPT model locally

If you’re interested in natural language processing or machine learning, you’ve likely come across Chat GPT, OpenAI’s groundbreaking language model that’s transforming human-machine interaction. Lately, I’ve been curious to explore how GPT performs locally compared to cloud-based options, and that’s Continue reading Running an open source GPT model locally

Enable Auto Discovery for HomeAssistant Running on MicroK8s Kubernetes

Running HomeAssistant on MicroK8s Kubernetes is a great way for developers and home users to operate an instance (or several) of HomeAssistant. For information on how setup an instance of HomeAssistant on MicroK8s see my other post here. In this Continue reading Enable Auto Discovery for HomeAssistant Running on MicroK8s Kubernetes

Setting up a Minecraft Server on MicroK8s Kubernetes

Minecraft is a popular multi-player game that allows players to explore, create, and survive in a blocky, pixelated world. There are multiple ways for players to play together in the same world, and each have their own benefits. This post Continue reading Setting up a Minecraft Server on MicroK8s Kubernetes

Configure MicroK8s Kubernetes Load Balancer with TLS

In this post we’ll walk through setting up a load-balanced service with TLS encryption between the client and the Kubernetes load balancer. Encrypted traffic will be terminated at the load balancer. Encryption between the load balancer and the container is Continue reading Configure MicroK8s Kubernetes Load Balancer with TLS

Configure MicroK8s Kubernetes to Authenticate with Docker Hub Remote Private Registry

MicroK8s offers a small and efficient option for running Kubernetes clusters. This is great for software development because it opens up cheap and comparatively easy ways for development teams to bootstrap containerized environments. For example, MicroK8s works well with the Continue reading Configure MicroK8s Kubernetes to Authenticate with Docker Hub Remote Private Registry