blog.dsoderlund.consulting

  • Quick guide to kubernetes on raspberry pi

    Beyond Minikube - setting up two raspberry pi with k3s to get experience with kubernetes. The scope of this post is not to give an introduction to what kubernetes is or why to use it. Chances are if you find this post that you want to build a physical cluster on your home network and practice deploying services to it.

  • Exploring multi-stage build in docker to learn javascript in the future

    Building a simple react web app on docker that can be hosted anywhere I wanted to learn how to create a plain and simple front end to serve some buttons for rest apis or azure runbooks that we are building. This way I get a chance to learn something other than powershell and sql and others get invited to show off their skills with typescript and css to make my buttons prettier.

  • Interacting with the Azure Rest API with Azure CLI

    Azure Rest API with Azure CLI - az rest to the rescue