blog.dsoderlund.consulting

  • The joy of Kubernetes - Teaser

    Hello there. Over the coming weeks I hope to share some of the fun stuff I have had with the setup I run at home. I was thinking of picking up painting like Bob Ross, but I fell back on Kubernetes instead and it gives me comparable joy. First of...

  • Istio API gateway with keycloak as IDP

    Introduction Having an API gateway and single sign on for every service deployed behind that gateway allows our developers to ignore developing their applications to be aware of issuers, token validation for authentication, et cetera and they can focus on checking the token claims for authorization. Prerequisites: A running Kubernetes...

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