Authentication between services using Kubernetes primitives

In my latest article for the folks at learnk8s, I write about establishing authentication between services deployed in Kubernetes.

Specifically, we discuss how you can use the Kubernetes primitives - Service accounts with a new feature - Service Account Token Volume Projection to setup authentication between two HTTP services.

You can find the article here with the accompanying code repository here.