Blog

Actively writing about technology, life-events and indie hacking. Here are some of my most recent thoughts and hacks I've published.

Blog Post Cover Image
kubernetes gcp registry

Pulling images from GCR with Kubernetes

In this post, I go through the process of connecting to a private google container registry (GCR) from Kubernetes. I show how to create a service account and how to configure to use these credentials to pull images from a given private registry.

Blog Post Cover Image
wsl2 docker linux

Set up Docker from scratch on WSL 2

In this post, I talk about some of the changes in WSL2 and how it allows you to run a wider range of applications. Then I walk through the process of setting up docker from scratch and how this compares to using Docker for Windows

Blog Post Cover Image
dotnet aspnet docker

Docker secrets in ASP.NET Core

In this post, I want to show you a simple and different way to share secrets to your application. What are docker secrets and how can I start using them in my ASP.NET Core application? Keep reading 😄.

Blog Post Cover Image
sysadmin tools tips

cURL tips and tricks

In this post, I want to show you a list of cURL tips and tricks that I have accumulated of the years of using and learning cURL. Platform agnostic, cURL is easily accessible for every developer and well worth grasping its basic usage.