I’m presenting at a meetup tonight on the topic of Nodeless and Serverless on Kubernetes. My friend and colleague Richard Spitz is presenting on nodeless kubernetes and the virtual kubelet – while I’ll be taking on the topic of Serverless Kubernetes, with a focus on KEDA. KEDA (Kubernetes Event Driven Architecture) is a kubernetes component […]
Year: 2019
Using a API Management in front of an Azure Kubernetes cluster
I have had the idea about writing about container and kubernetes networking for a while. Every time I dove in the research, I started looking at the networking aspects from a bottom-up lens. This means, starting at the Docker layer, moving into IPtables and into Kubernetes networking. What I learned about customer conversations about Kubernetes […]
Using PlantUML to generate architecture artifacts
(Last updated: June 8 2020) I was working with a team this week, that created some architecture diagrams in the PlantUML tool. The output images looked really neat, and they were super easy to extend and adapt. I wanted to dive into this for myself, and share with all of you what I learned. So […]
How to allow users to create service principals and the impact on Managed Identity
A common question I get from customers is how they can enable their development teams to create service principals. In this post, I’ll explain how you can achieve this. We’ll finish the post by exploring the impact on Managed Identities as well. During the writing of the Managed Identities piece, I hit something I hadn’t […]
Automating clean-up of demo resources
A while ago I wrote about a self-destructing VM. The process was completely self-contained, and the VM deletes itself. This was a nice demo – but not too useful in my day-to-day, where I create demo’s of all kinds of different resources. In my case it’d be a lot better to have a daily automation […]