-
Azure Data Explorer (Kusto)
Solution ·Let’s talk about Azure Data Explorer (ADX
) also known as Kusto.
If you ask me that is the best kept secret in Azure.
Well, it isn’t exactly a secret but most people do not know about it or if they do, they just think of it as the back-end...
-
Ingress rules in different Kubernetes namespaces
Solution ·In this article I want to show how an ingress controller in Kubernetes can be used to route traffic to workloads deployed in multiple namespaces.
The online doc for AKS deploys everything in the same namespace. Hence this article is a thin extension to the online doc.
The basic trick is to deploy...
-
Locking down Web App to Functions communications using subnets
Solution ·Azure Functions are serverless Function as a Service.
Serverless compute typically offers less networking options since it does not run on dedicated compute.
Until recently, the only option to lock down access to a function was to lock down the function’s firewall to some public IPs. That isn’t always useful when the...
-
I moved my blog to GitHub pages!
Logistic ·A new year, a new decade, a new blogging platform for me!
I’ve been blogging for just shy of 10 years.
So far, I was hosting my blog on wordpress.com. I just moved to GitHub pages.
My blog is still here, hopefully the content is easier to read and my readers...
-
PyCon Canada 2019
Solution ·I had the pleasure to attend the PyCon (Python Conference) Canada 2019 in Toronto a weekend ago (November 16-17).
In this article I wanted to give a quick review of the event from my perspective and then describe quickly the talks I went to.
Talks will be put on Pycon’s YouTube channel. I’ll...