Blog
Here you find interesting articles about Kubernetes and software engineering
Seamlessly provision Kubernetes OIDC endpoints without anonymous auth enabled
This blog introduces k8s-jwks-proxy, a lightweight reverse proxy that securely exposes Kubernetes API Server's OIDC discovery endpoints without enabling anonymous access. It demonstrates how to deploy the endpoints publicly accessible under a custom domain.
Piotr Gawęda
Kubernetes 1.30 Step-by-Step Guide to Structured Authentication
This guide walks you through enabling the new structured authentication configuration in Kubernetes 1.30+ using a local cluster with Kind. You'll learn how to generate JWT-compatible EC keys, create a JWKS file, and expose it securely via ngrok for use with Kubernetes' API server authentication.
Piotr Gawęda