Taking Azure Container Apps for a spin
At Ignite November 2021, Microsoft released Azure Container Apps as a public preview. It allows you to run containerized applications on a serverless
At Ignite November 2021, Microsoft released Azure Container Apps as a public preview. It allows you to run containerized applications on a serverless
In this post, we will take a look at / blue-green deployments in Kubernetes. With blue-green deployments, you deploy a new version of an application
Introduction In October 2021, Microsoft announced the public preview of AKS support for deploying WebAssembly System Interface (WASI) workloads in
When you deploy Azure Kubernetes Service (AKS), by default the API server is publicly made available. That means it has a public IP address and an
In my previous post, I wrote about App Services with Private Link and used Azure Front Door to publish the web app. Azure Front Door Premium (in
In one of my videos on my YouTube channel, I discuss Azure App Services with Private Link. The video describes how it works and provides an example
I have talked about and demonstrated the use of kubelogin in previous posts and videos. Because I often get questions about logging on to Azure
While I was investigating Kyverno, I wanted to check my Kubernetes deployments for compliance with Kyverno policies. The Kyverno CLI can be used to
In an earlier blogpost, I wrote about Kubernetes Policies on Azure Kubernetes Service with the Azure Policy add-on. The add-on installs Gatekeeper v3
Business photo created by aopsan – www.freepik.com When I create docker images for a Go application, I often use the scratch image. Scratch is an
In one on my videos on my YouTube channel, I talked about Kubernetes authentication and used the image below: Securing access to the Kubernetes API
If you have ever installed Kubernetes on your own hardware or you have worked with Kubernetes on the desktop with a tool like kind, you probably know
When you deploy Azure Kubernetes Service (AKS) in an enterprise context, you will probably be asked about policies that can be applied to AKS for
I recently uploaded a video to my YouTube channel about this topic: Youtube video; direct link to demo https://youtu.be/1bC-fZEFodU?t=756 In this
In the previous post, we looked at some of the GitHub Actions you can use with Microsoft Azure. One of those actions is the azure/k8s-deploy action