by Azalio tdshpsk | Aug 6, 2025 | Cloud
It already seems like I’ve been waiting too long for the AI coding tool I’m looking for; one that lets me go from idea to app, then keep refining as I go. I want a tool that lets me stay firmly in the realm of ideas while my application changes are magically...
by Azalio tdshpsk | Aug 6, 2025 | Cloud
If you compile programs on Microsoft Windows to a binary, you may have noticed that the resulting binaries don’t always run on other machines—at least, not without Windows objecting. As a security measure, Windows can be configured to run only binaries that have been...
by Azalio tdshpsk | Aug 6, 2025 | Cloud
Back in March, I wrote about dependency injection. I explained why you should be injecting your dependencies instead of creating them on the fly. I argued that dependency injection was a great technique for decoupling your code. It is! We all seem to realize that...
by Azalio tdshpsk | Aug 6, 2025 | Cloud
AKS now supports Layer 7 (L7) network policies in Advanced Container Networking Services + Cilium clusters, enabling fine-grained control over application traffic. With L7 policies, customers can define security rules based on application-layer...
by Azalio tdshpsk | Aug 6, 2025 | Cloud
The Azure Kubernetes Service (AKS) team is introducing a new agentic AI-powered CLI experience through the “az aks agent” command. This feature brings the intelligence of agentic reasoning directly into the Azure CLI, enabling developers and operators...
by Azalio tdshpsk | Aug 6, 2025 | Cloud
Managed namespaces for AKS allows users to get a list of namespaces they have access to across a subscription, resource group, and cluster, and then retrieve credentials that will give them the ability to deploy to those namespaces. Users can configure...