-
Istio API gateway with keycloak as IDP
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.
-
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.
-
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.