<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>All Posts - cd ~</title><link>https://mikeyboy.github.io/posts/</link><description>All Posts | cd ~</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 14 Jun 2026 12:00:00 -0400</lastBuildDate><atom:link href="https://mikeyboy.github.io/posts/" rel="self" type="application/rss+xml"/><item><title>A starting point for using NixOS in a homelab</title><link>https://mikeyboy.github.io/posts/nixos-homelab-template/</link><pubDate>Sun, 14 Jun 2026 12:00:00 -0400</pubDate><author>mikey-boy</author><guid>https://mikeyboy.github.io/posts/nixos-homelab-template/</guid><description><![CDATA[<p>Last year I bought a used Lenovo ThinkStation P510 from BestBuy to replace my cluster of RPIs that I had running in my home. With this change, I wanted a more reliable configuration for my services instead of the ad-hoc approach I took previously. One of the main challenges I encountered was trying to troubleshoot a broken service that I configured 6 months ago and remembering all the changes I had previously made. This is how I stumbled upon <a href="https://nixos.org/" target="_blank" rel="noopener noreffer ">NixOS</a> and from my experience it has the following pros &amp; cons.</p>]]></description></item><item><title>Implementing RBAC policies in Kubernetes</title><link>https://mikeyboy.github.io/posts/implement-rbac-in-kubernetes/</link><pubDate>Thu, 05 May 2022 12:00:00 -0400</pubDate><author>mikey-boy</author><guid>https://mikeyboy.github.io/posts/implement-rbac-in-kubernetes/</guid><description>&lt;p>In this blog post I will talk about implementing RBAC policies within a Kubernetes cluster to enforce multi-tenancy isolation. I essentially wanted to prevent different development teams working within the same cluster from stepping on eachother&amp;rsquo;s toes (which can happen quite easily if everyone has cluster-admin privileges). I achieved this by developing a custom Helm chart that creates and tracks all the necessary Kubernetes objects needed to enforce this isolation.&lt;/p></description></item></channel></rss>