blog.dsoderlund.consulting

  • Quick guide on installing Linkerd

    Installing Linkerd In this post I will show how using windows 10 with chocolatey, we can download the Linkerd cli and use it to install Linkerd in a k3s kubernetes cluster on raspberry pi. This post is a continuation on a previous post that guides you through all of setting...

  • 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...

  • 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...