My deployment to Azure using Terraform and Flux

A high-level overview of how I am using Terraform and Flux to deploy my infrastructure and applications to Azure.

The NuGet Packages I Use

A list of the NuGet packages I regularly use. Last updated: 2024-01-14

Create a Signed JWT and validate it in Istio using a JWK

This guide shows how to create a public/private key pair and how to use these to create a JWK and a signed JWT and then validate a request to a service running in Kubernetes where Istio is running.