API Summit - IaC for everyone with Terraform
Slidedeck and Demos from my IaC for everyone with Terraform talk at API Summit 2019 in Berlin.
Tales and Stories about WebAssembly, Edge-Native, Cloud-Native & Distributed Architectures
Microsoft Azure is a comprehensive cloud platform that I've been working with extensively throughout my career. From basic services to advanced scenarios like AKS, Azure Functions, and hybrid cloud setups, these posts share practical Azure knowledge and real-world implementation experiences.
Slidedeck and Demos from my IaC for everyone with Terraform talk at API Summit 2019 in Berlin.
Connect any external service to Azure Container Registry using ACR webhooks. Learn which ACR webhooks exist and how to use them
Slidedeck and Demos from my Code your Azure Deployments using HashiCorp Terraform talk at European SharePoint and Azure Conference 2019 in Prague.
Get ACR metricts with Azure Monitor. Configure individual alrets and notifications. Integrate ACR and Azure Monitor with Log Analytics Workspaces now. Start now and get deep insights
Deep Dive Authentication and Authorization for Azure Container Registry. Guide to understand and lockdown your ACR instances.
Setup Azure Container Registry according to best practices. Configure ACR geo replication for high availability. The 1st of a 7 part series about ACR
See how to link a custom domain to Azure Kubernetes Service (AKS) with Azure CLI and NGINX Ingress
Learn core concepts of Terraform. Automate your Microsoft Azure environments to ramp-up Infrastructure as Code. Dive into HashiCorp Configuration Language (HCL). Start terraforming your cloud, now.
Integrate Azure Key Vault and Azure Kubernetes services without leaking sensitive configuration data such as Service Principal credentials by using Azure AD Pod Identity and Azure Key Vault FlexVolume for Kubernetes
With Azure AD Pod Identity you can finally run any pod in an Azure Kubernetes Service in the context of an external, loosely coupled Azure Identity. This builds the foundation for a seamless integration of Azure Key Vault and AKS
Learn how to use the C# Kubernetes Client library to query Kubernetes inventory and expose it via HTTP using a simple ASP.NET Core WebAPI which will be directly deployed to an AKS cluster as Deployment.
The AKS team offers a great set of commands to make administrative operations for Kubernetes clusters very easy. This article demonstrates how to upgrade a AKS cluster.
CronJobs build an essential part of many applications. Often, you've to persist some kind of data from application artifacts like CronJobs. This article demonstrates how to build such a CronJob with Azure Files and run it on a Kubernetes cluster.
In this article, I describe how to spin up a hybrid Kubernetes Cluster using acs-engine. You'll deploy a Linux and a Windows Pod to the same Kubernetes cluster and expose them to the public.
Learn how to examine and fix issues when Pods stuck in state Pending while deploying them to Azure Container Instances